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