Skip to content

Commit

Permalink
Adds data volume to lnd docker service
Browse files Browse the repository at this point in the history
  • Loading branch information
Osso committed Feb 7, 2018
1 parent b4e280e commit 7d58e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Expand Up @@ -75,6 +75,7 @@ services:
- DEBUG
volumes:
- shared:/rpc
- lnd_data:/root/.lnd
entrypoint: ["./start-lnd.sh"]

lnd_ltc:
Expand Down
2 changes: 2 additions & 0 deletions docker/lnd/Dockerfile
Expand Up @@ -24,3 +24,5 @@ RUN go install . ./cmd/...

COPY "docker/lnd/start-lnd.sh" .
RUN chmod +x start-lnd.sh

VOLUME /root/.lnd

0 comments on commit 7d58e30

Please sign in to comment.