Fix init.sql path in docker-compose.yml

This commit is contained in:
ekzyis 2024-07-09 12:33:51 +02:00
parent 5f0ddbcbd7
commit 5b8cd27536
1 changed files with 1 additions and 1 deletions

View File

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