From a71ec1fc8b3496580b3319e9af20650d8c65ee8a Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 12 Oct 2023 14:01:50 -0700 Subject: [PATCH] Forgot pictrs port --- lemmy-docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemmy-docker.nix b/lemmy-docker.nix index 75b1af9..ce570e3 100644 --- a/lemmy-docker.nix +++ b/lemmy-docker.nix @@ -66,7 +66,7 @@ let restart = "always"; healthcheck.test = [ "CMD-SHELL" - "wget -q --spider --proxy=off localhost:/healthz || exit 1" + "wget -q --spider --proxy=off localhost:8080/healthz || exit 1" ]; }; };