Fix postgresql.conf mounting

This commit is contained in:
ekzyis 2025-01-26 00:33:59 +01:00
parent 8c978c5d30
commit 65f639179d

View File

@ -15,7 +15,7 @@ services:
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
# for some reason this can't be mounted on first run
- ./db/postgresql.conf:/var/lib/postgresql/data/postgresql.conf
- ./db/postgresql.conf:/etc/postgresql/data/postgresql.conf
volumes:
delphi: