Skip to content

Commit ea9f3dc

Browse files
add permissions
1 parent d217e4c commit ea9f3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ services:
216216
depends_on:
217217
- lnd
218218
volumes:
219-
- ${oc.env:PWD}/volumes/lnd_datadir:/root/.lnd
220-
- ${oc.env:PWD}/volumes/lndg_datadir/db.sqlite3:/lndg/db.sqlite3
219+
- ${oc.env:PWD}/volumes/lnd_datadir:/root/.lnd:ro
220+
- ${oc.env:PWD}/volumes/lndg_datadir/db.sqlite3:/lndg/db.sqlite3:rw
221221
command:
222222
- sh
223223
- -c

0 commit comments

Comments
 (0)