Docker write access

This commit is contained in:
koalasat 2024-07-24 18:33:16 +02:00
parent c0d08726f9
commit ab1a488a4b
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -231,10 +231,10 @@ services:
container_name: strfry-dev
restart: unless-stopped
volumes:
- ./docker/strfry/strfry.conf:/etc/strfry.conf
- ./docker/strfry/sync.sh:/app/sync.sh
- ./node/strfry/db:/app/strfry-db
- ./node/strfry/log/:/var/log/
- ./docker/strfry/strfry.conf:/etc/strfry.conf:ro
- ./docker/strfry/sync.sh:/app/sync.sh:ro
- ./node/strfry/db:/app/strfry-db:rw
- ./node/strfry/log/:/var/log:rw
network_mode: service:tor
# # Postgresql for CLN