From 1ec98f6d75442c79ba46672d81d9a7156cf13229 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 18 May 2024 17:58:42 +0800 Subject: [PATCH] chore: Update healthcheck URL to use port 3080 instead of 8080 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 656edb5..c61fd41 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:8080/settings"] + test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:3080/settings"] interval: 5m timeout: 3s