Skip to content

Commit

Permalink
fix for #58, by reverting #52
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvdwiel committed Aug 15, 2019
1 parent b779405 commit b99377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
app:
restart: always
build: .
command: "gunicorn -b 0.0.0.0:5000 metadome.application:app --worker-tmp-dir /dev/shm --workers=2 --threads=4 --worker-class=gthread"
command: "gunicorn -b 0.0.0.0:5000 metadome.application:app"
environment:
- FLASK_APP=metadome/application.py
ports:
Expand Down

0 comments on commit b99377b

Please sign in to comment.