diff --git a/docker-compose.yml b/docker-compose.yml index 54d070c5..fbf2a6b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,6 +31,6 @@ services: deploy: resources: limits: - memory: 8GB + memory: 8g # Use 0.0.0.0 to explicitly set the host ip for the service on the container. https://pythonspeed.com/articles/docker-connection-refused/ command: --host="0.0.0.0" --port=8000 -c=config/sample_config.yml -vv