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 41dcf52 commit 2b61c40Copy full SHA for 2b61c40
docker-compose.yml
@@ -42,7 +42,7 @@ services:
42
volumes:
43
- ${PWD}/.nostr:/home/node/.nostr
44
ports:
45
- - 8008:8008
+ - 127.0.0.1:8008:8008
46
depends_on:
47
nostream-cache:
48
condition: service_healthy
@@ -65,7 +65,7 @@ services:
65
- ${PWD}/.nostr/db-logs:/var/log/postgresql
66
- ${PWD}/postgresql.conf:/postgresql.conf
67
68
- - 15432:5432
+ - 127.0.0.1:15432:5432
69
networks:
70
default:
71
command: postgres -c 'config_file=/postgresql.conf'
0 commit comments