From 57d779d5d17b390a91469439984c00d43f9af753 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Sun, 31 May 2026 01:26:38 -0700 Subject: [PATCH] fixed healthcheck again --- Manyfold/docker-compose-nfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manyfold/docker-compose-nfs.yaml b/Manyfold/docker-compose-nfs.yaml index 12ce49c..a59c8f1 100644 --- a/Manyfold/docker-compose-nfs.yaml +++ b/Manyfold/docker-compose-nfs.yaml @@ -25,7 +25,7 @@ services: networks: - manyfold healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3214/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3214/health"] interval: 30s timeout: 10s retries: 5