From 9261b912c4466499ccf9eb8e5d83107fe8c22d52 Mon Sep 17 00:00:00 2001 From: Shrike <107105450+shrikeinfosec@users.noreply.github.com> Date: Fri, 23 Sep 2022 11:43:10 +0100 Subject: [PATCH] Remove wait-for-it from docker-compose.yml Given that the script is used internally, it should be added to the Dockerfile, not the docker-compose.yml. Trying to include it from the docker-compose.yml file means that you might run into issues where it is not executable, and therefore the entrypoint command cannot run it (as it won't exist as an executable). --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3c2f991..a19d557 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,6 @@ services: - "80:80" - "443:443" volumes: - - ./web/wait-for-it.sh:/usr/local/bin/wait-for-it.sh:ro - /dev/urandom:/dev/random - ${DATA_DIR:-./data}/web:/var/www/MISP environment: