Skip to content

Commit

Permalink
Docker write access
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Jul 24, 2024
1 parent 6d117ea commit 5000155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5000155

Please sign in to comment.