Fix volume spec syntax error
This commit is contained in:
parent
ef79078b06
commit
1fede2034e
|
|
@ -30,7 +30,7 @@ services:
|
||||||
POSTGRES_USER: crabfit
|
POSTGRES_USER: crabfit
|
||||||
POSTGRES_DB: crabfit
|
POSTGRES_DB: crabfit
|
||||||
volumes:
|
volumes:
|
||||||
./mounts/database:/var/lib/postgresql/data
|
- ./mounts/database:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "pg_isready"]
|
test: ["CMD", "pg_isready"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue