#123 Fix typo'd healthcheck command
This commit is contained in:
parent
ae35c9c0e4
commit
b8c3bb11a9
@ -37,7 +37,7 @@ services:
|
||||
volumes:
|
||||
- $DOCKER_DATA/postgres:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'pg_isready -U postgres']
|
||||
test: ['CMD-SHELL', 'pg_isready -U zipline']
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
Loading…
Reference in New Issue
Block a user