Updated docker compose.yml (markdown)
parent
28d908e636
commit
eff3684a63
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,7 @@ services:
|
|||
- "lbry_rocksdb:/database"
|
||||
environment:
|
||||
- HUB_COMMAND=scribe
|
||||
- SNAPSHOT_URL=https://snapshots.lbry.com/hub/hub_snapshot_1251827.tar
|
||||
- SNAPSHOT_URL=https://snapshots.lbry.com/hub/block_1256013/lbry-rocksdb.tar
|
||||
command: # for full options, see `scribe --help`
|
||||
- "--daemon_url=http://lbry:lbry@127.0.0.1:9245"
|
||||
- "--max_query_workers=2"
|
||||
|
@ -115,4 +115,5 @@ services:
|
|||
# - "--elastic_notifier_port=19080"
|
||||
# - "--max_sessions=100000 # uncomment to increase the maximum number of electrum connections, defaults to 1000
|
||||
# - "--allow_lan_udp" # uncomment to reply to clients on the local network
|
||||
|
||||
```
|
Loading…
Reference in a new issue