From 226fe518fb24f49585bcab4fe492ce2a914c5c06 Mon Sep 17 00:00:00 2001 From: Till Prochaska <1512805+tillprochaska@users.noreply.github.com> Date: Thu, 23 May 2024 13:37:07 +0200 Subject: [PATCH] Remove command override in Docker Compose config This command override is not required anymore because the default command specified in the Dockerfile now has the correct command. We only added it back temporarily due to a release issue. See ed017fa. --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 24ff4c022..b9b913820 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,6 @@ services: api: image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.6} - command: gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app expose: - 8000 depends_on: