fix: postgresql config not mounted

This commit is contained in:
Ricardo Arturo Cabral Mejía
2022-12-16 23:00:48 -05:00
parent 2156ffa476
commit a102cfcf9f

View File

@@ -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: