nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
3 additions and
5 deletions
-
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: |
|
|