Skip to content

Commit

Permalink
Remove command override in Docker Compose config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tillprochaska committed May 23, 2024
1 parent 33e9dcd commit 226fe51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 226fe51

Please sign in to comment.