@@ -7,7 +7,7 @@ services:
build: ./flask_app
ports:
- "9001:9001"
- command: gunicorn -w ${CORE_NUMS} -b 0.0.0.0:9001 wsgi:server
+ command: gunicorn -w ${WORKER_COUNTS} -b 0.0.0.0:9001 wsgi:server
volumes:
- ~:/usr/src/flask_app/logs
environment: