From 212280859cf0b1ba378f0a4a3afda1c06961fcb9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 22 Sep 2024 14:57:26 -0400 Subject: [PATCH] Fix docker bind mount conflicting with container config downloader --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fde6e11e..5903eae7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -89,7 +89,7 @@ services: environment: - SEARCH_BACKEND_PASSWORD=SomeSecretPassword volumes: - - ./sonic.cfg:/etc/sonic.cfg + #- ./sonic.cfg:/etc/sonic.cfg:ro # use this if you prefer to download the config on the host and mount it manually - ./data/sonic:/var/lib/sonic/store