Skip to content

Commit

Permalink
fix: load settings from local disk
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri authored Jan 17, 2023
1 parent 45348c0 commit 0151123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
# DEBUG: "knex:query"
user: node:node
volumes:
- relay_data:/home/node/
- ${PWD}/.nostr:/home/node/
ports:
- 8008:8008
depends_on:
Expand Down Expand Up @@ -126,6 +126,5 @@ networks:
- subnet: 10.10.10.0/24

volumes:
relay_data:
cache:
pgdata:

0 comments on commit 0151123

Please sign in to comment.