mirror of
https://github.com/Cameri/nostream.git
synced 2025-08-06 22:20:57 +02:00
fix: postgresql config not mounted
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: nostr_ts_relay
|
POSTGRES_PASSWORD: nostr_ts_relay
|
||||||
volumes:
|
volumes:
|
||||||
- pgdata:/var/lib/postgresql/data/
|
- pgdata:/var/lib/postgresql/data/
|
||||||
- ./postgresql.conf:/etc/postgresql.conf
|
- ./postgresql.conf:/etc/postgresql/postgresql.conf
|
||||||
ports:
|
ports:
|
||||||
- 15432:5432
|
- 15432:5432
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user