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