mirror of https://github.com/MISP/misp-docker
remove trailing space
parent
49f65a9b54
commit
bf66321ba1
|
@ -31,7 +31,7 @@ services:
|
||||||
- "./logs/:/var/www/MISP/app/tmp/logs/"
|
- "./logs/:/var/www/MISP/app/tmp/logs/"
|
||||||
- "./files/:/var/www/MISP/app/files"
|
- "./files/:/var/www/MISP/app/files"
|
||||||
- "./ssl/:/etc/ssl/certs"
|
- "./ssl/:/etc/ssl/certs"
|
||||||
# - "./examples/custom-entrypoint.sh:/custom-entrypoint.sh" # Use the example custom-entrypoint.sh
|
# - "./examples/custom-entrypoint.sh:/custom-entrypoint.sh" # Use the example custom-entrypoint.sh
|
||||||
environment:
|
environment:
|
||||||
- "CRON_USER_ID=1"
|
- "CRON_USER_ID=1"
|
||||||
- "REDIS_FQDN=redis"
|
- "REDIS_FQDN=redis"
|
||||||
|
|
Loading…
Reference in New Issue