Browse Source

Add more volumes Use the image instead

patch-1
nolim1t 5 years ago
parent
commit
89ae6bf9c1
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 8
      docker-compose.yml

8
docker-compose.yml

@ -18,14 +18,12 @@ services:
restart: on-failure restart: on-failure
network_mode: host network_mode: host
bitcoin: bitcoin:
build: image: lncm/bitcoind:v0.19.0.1
context: ${HOME}/build/volume-permissions/
args:
IMG: lncm/bitcoind
VER: v0.19.0.1
logging: *default-logging logging: *default-logging
volumes: volumes:
- ${HOME}/bitcoin:/root/.bitcoin - ${HOME}/bitcoin:/root/.bitcoin
- ${HOME}/bitcoin:/data/.bitcoin
- ${HOME}/bitcoin:/data/bitcoin
restart: on-failure restart: on-failure
network_mode: host network_mode: host
lnd: lnd:

Loading…
Cancel
Save