Deletion of unnecessary and error causing volume section comment (#15425)

This commit is contained in:
Pablo Gomez
2025-10-10 18:51:27 -06:00
committed by GitHub
parent 9d7dea42d0
commit f27a823256

View File

@@ -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"
##############################################