1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02:00

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

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