diff --git a/docker-compose.yml b/docker-compose.yml index 56d1e017..7df34b95 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./ dockerfile: ./Dockerfile.development - command: bash -c "/app/bin/wait-for-it.sh db:5432 -- ./bin/download_geolite2.sh;./bin/runsslserver.sh 0:8000" + command: bash -c "/app/bin/wait-for-it.sh db:5432 -- ./bin/runsslserver.sh 0:8000" links: - db networks: