Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Mar 7, 2025
1 parent 36f84e7 commit 548d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ LdapAuth is to be recommended, because it doesn't require rproxy apache with the
- `./files`: `/var/www/MISP/app/files/`
- `./gnupg`: `/var/www/MISP/.gnupg/`
- If you need to automatically run additional steps each time the container starts, create a new file `files/customize_misp.sh`, and replace the variable `${CUSTOM_PATH}` inside `docker-compose.yml` with its parent path.
- If you are interested in running streamlined versions of the images (fewer dependencies, easier approval from compliance), you might want to look into the `misp-core-lite` and `misp-modules-lite` images. Just replace the references in the `docker-compose.yml` file followed by `docker compose pull` and `docker compose up`.
- If you are interested in running streamlined versions of the images (fewer dependencies, easier approval from compliance), you might want to use the `latest-slim` tag. Just adjust the `docker-compose.yml` file, and run again `docker compose pull` and `docker compose up`.

#### Using slow disks as volume mounts

Expand Down

0 comments on commit 548d1c5

Please sign in to comment.