mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 04:03:06 +00:00
Fix docker bind mount conflicting with container config downloader
This commit is contained in:
parent
8945475f8d
commit
212280859c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue