mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-21 20:59:01 +00:00
Docker write access
This commit is contained in:
parent
c0d08726f9
commit
ab1a488a4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user