Fix init.sql path in docker-compose.yml
This commit is contained in:
parent
5f0ddbcbd7
commit
5b8cd27536
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue