Fix path typo
This commit is contained in:
parent
7a91f6df19
commit
f1b4d5ad07
|
@ -5,7 +5,7 @@ services:
|
||||||
- POSTGRES_PASSWORD=<%= @db_secrets['postgres_password'] %>
|
- POSTGRES_PASSWORD=<%= @db_secrets['postgres_password'] %>
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
- /opt/sunet-cdn/db/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.dh
|
- /opt/sunet-cdn/db/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
||||||
- /opt/sunet-cdn/db/conf:/conf
|
- /opt/sunet-cdn/db/conf:/conf
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
Loading…
Reference in a new issue