From b8c3bb11a978dbcbe507c53c62f715a728cdfd52 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sun, 10 Mar 2024 17:54:12 -0700 Subject: [PATCH] #123 Fix typo'd healthcheck command --- fighter/config/zipline/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fighter/config/zipline/docker-compose.yml b/fighter/config/zipline/docker-compose.yml index 9ec3104..5fe7f5d 100644 --- a/fighter/config/zipline/docker-compose.yml +++ b/fighter/config/zipline/docker-compose.yml @@ -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