From bf66321ba170cf06bd5827a1ee9e539919fb6cf7 Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Fri, 6 Mar 2020 11:10:24 -0500 Subject: [PATCH] remove trailing space --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dc42183..b2535cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: - "./logs/:/var/www/MISP/app/tmp/logs/" - "./files/:/var/www/MISP/app/files" - "./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: - "CRON_USER_ID=1" - "REDIS_FQDN=redis"