From b078ae03d112808e2d63ed1c38171c1f2aa719bf Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 18 May 2024 19:10:11 +0800 Subject: [PATCH] chore: Update healthcheck URL to use IP address instead of localhost --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c61fd41..7b54a34 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -278,7 +278,7 @@ services: networks: - net healthcheck: - test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:3080/settings"] + test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://127.0.0.1:3080/settings"] interval: 5m timeout: 3s