Fix docker bind mount conflicting with container config downloader

This commit is contained in:
Nick Sweeting 2024-09-22 14:57:26 -04:00 committed by GitHub
parent 8945475f8d
commit 212280859c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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