#123 Fix typo'd healthcheck command
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 26s
Deploy to Fighter / Notify (push) Successful in 3s

This commit is contained in:
Joey Hafner 2024-03-10 17:54:12 -07:00
parent ae35c9c0e4
commit b8c3bb11a9

View File

@ -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