mirror of
https://github.com/LBRYFoundation/hub.git
synced 2025-08-23 17:37:23 +00:00
19 lines
329 B
YAML
19 lines
329 B
YAML
version: "3"
|
|
|
|
volumes:
|
|
lbcd:
|
|
|
|
services:
|
|
lbcd:
|
|
image: lbry/lbcd:latest
|
|
restart: always
|
|
network_mode: host
|
|
command:
|
|
- "--rpcuser=lbry"
|
|
- "--rpcpass=lbry"
|
|
- "--rpclisten=127.0.0.1"
|
|
volumes:
|
|
- "lbcd:/root/.lbcd"
|
|
ports:
|
|
- "127.0.0.1:9245:9245"
|
|
- "9246:9246" # p2p port
|