move sonic file up a level
This commit is contained in:
parent
6a6ef63775
commit
6053f4e415
2 changed files with 10 additions and 10 deletions
|
@ -28,7 +28,7 @@ services:
|
|||
# - ./archivebox:/app/archivebox # for developers working on archivebox
|
||||
|
||||
# To run the Sonic full-text search backend, first download the config file to sonic.cfg
|
||||
# curl https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic/config.cfg > sonic.cfg
|
||||
# curl -O https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic.cfg
|
||||
# after starting, backfill any existing Snapshots into the index: docker-compose run archivebox update --index-only
|
||||
# sonic:
|
||||
# image: valeriansaliou/sonic:v1.3.0
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[server]
|
||||
|
||||
log_level = "info"
|
||||
log_level = "warn"
|
||||
|
||||
|
||||
[channel]
|
Loading…
Reference in a new issue