Skip to content

Commit

Permalink
Remove redundant volume mounts (getumbrel#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra committed Aug 11, 2020
1 parent 1e42ccc commit e671422
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ services:
depends_on: [ tor, manager ]
command: "-zmqpubrawblock=tcp://0.0.0.0:28332 -zmqpubrawtx=tcp://0.0.0.0:28333"
volumes:
- ${PWD}/bitcoin:/root/.bitcoin
- ${PWD}/bitcoin:/data/.bitcoin
- ${PWD}/bitcoin:/data/bitcoin
restart: unless-stopped
stop_grace_period: 15m30s
ports:
Expand All @@ -61,8 +59,6 @@ services:
depends_on: [ tor, manager ]
volumes:
- ${PWD}/lnd:/data/.lnd
- ${PWD}/lnd:/root/.lnd
- ${PWD}/bitcoin:/root/.bitcoin
restart: unless-stopped
stop_grace_period: 5m30s
networks:
Expand Down

0 comments on commit e671422

Please sign in to comment.