Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 authored Oct 1, 2021
1 parent d217e4c commit ea9f3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ services:
depends_on:
- lnd
volumes:
- ${oc.env:PWD}/volumes/lnd_datadir:/root/.lnd
- ${oc.env:PWD}/volumes/lndg_datadir/db.sqlite3:/lndg/db.sqlite3
- ${oc.env:PWD}/volumes/lnd_datadir:/root/.lnd:ro
- ${oc.env:PWD}/volumes/lndg_datadir/db.sqlite3:/lndg/db.sqlite3:rw
command:
- sh
- -c
Expand Down

0 comments on commit ea9f3dc

Please sign in to comment.