Fix postgresql.conf mounting
This commit is contained in:
parent
8c978c5d30
commit
65f639179d
@ -15,7 +15,7 @@ services:
|
|||||||
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql
|
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||||
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||||
# for some reason this can't be mounted on first run
|
# 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:
|
volumes:
|
||||||
delphi:
|
delphi:
|
Loading…
x
Reference in New Issue
Block a user