command:>gunicorn --reload -c "python:config.gunicorn" "hello.app:create_app()" The official Docker Compose documentation says it supports the [] syntax too if you want to be more explicit. If anyone knows the exact story behind this, please leave a comment below and I’ll update the p...