From e998b3f39624a6220949c4c543a6ab40eab33f13 Mon Sep 17 00:00:00 2001 From: trav Date: Thu, 28 Oct 2021 15:13:42 -0400 Subject: [PATCH] add one port number --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 19aadee..5373e1b 100644 --- a/compose.yml +++ b/compose.yml @@ -35,7 +35,7 @@ services: volumes: - fakes3_data:/fakes3_root healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] + test: ["CMD", "curl", "-f", "http://localhost:4569"] interval: 30s timeout: 10s retries: 10