diff --git a/docker-compose.yml b/docker-compose.yml index 366fbe51b5a..c268f9ba0ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: ######################################### ## Uncomment these lines to start proxy with a config.yaml file ## # volumes: - # - ./config.yaml:/app/config.yaml <<- this is missing in the docker-compose file currently + # - ./config.yaml:/app/config.yaml # command: # - "--config=/app/config.yaml" ##############################################