From f27a8232567d2335ce414ad0fb3464bec3ff8c0b Mon Sep 17 00:00:00 2001 From: Pablo Gomez <76931310+PabloGmz96@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:51:27 -0600 Subject: [PATCH] Deletion of unnecessary and error causing volume section comment (#15425) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 366fbe51b5..c268f9ba0f 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" ##############################################