diff --git a/docker-compose.yml.md b/docker-compose.yml.md index 8b19ee3..b628242 100644 --- a/docker-compose.yml.md +++ b/docker-compose.yml.md @@ -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 + ``` \ No newline at end of file