Forgot pictrs port

This commit is contained in:
niten 2023-10-12 14:01:50 -07:00
parent 09bd073a43
commit a71ec1fc8b
1 changed files with 1 additions and 1 deletions

View File

@ -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"
];
};
};