Skip to content

Commit 2b61c40

Browse files
committed
chore: bind db to local ip
Signed-off-by: Ricardo Arturo Cabral Mejía <[email protected]>
1 parent 41dcf52 commit 2b61c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
volumes:
4343
- ${PWD}/.nostr:/home/node/.nostr
4444
ports:
45-
- 8008:8008
45+
- 127.0.0.1:8008:8008
4646
depends_on:
4747
nostream-cache:
4848
condition: service_healthy
@@ -65,7 +65,7 @@ services:
6565
- ${PWD}/.nostr/db-logs:/var/log/postgresql
6666
- ${PWD}/postgresql.conf:/postgresql.conf
6767
ports:
68-
- 15432:5432
68+
- 127.0.0.1:15432:5432
6969
networks:
7070
default:
7171
command: postgres -c 'config_file=/postgresql.conf'

0 commit comments

Comments
 (0)