We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d217e4c commit ea9f3dcCopy full SHA for ea9f3dc
docker-compose.yaml.template
@@ -216,8 +216,8 @@ services:
216
depends_on:
217
- lnd
218
volumes:
219
- - ${oc.env:PWD}/volumes/lnd_datadir:/root/.lnd
220
- - ${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
221
command:
222
- sh
223
- -c
0 commit comments