Skip to content

Commit 8afaf24

Browse files
Hopefully fix postgres healthcheck
1 parent 11c3925 commit 8afaf24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
2121
- POSTGRES_DB=$POSTGRES_DB
2222
healthcheck:
23-
test: ["CMD-SHELL", "pg_isready", "-U", "$POSTGRES_USER", "-d", "$POSTGRES_DB"]
23+
test: ["CMD-SHELL", "pg_isready -U $POSTGRES_USER -d $POSTGRES_DB"]
2424
volumes:
2525
- postgres-data:/var/lib/postgresql/data
2626
ports:

0 commit comments

Comments
 (0)