pictrs isn't listening on localhost

This commit is contained in:
niten 2023-10-12 14:20:45 -07:00
parent a71ec1fc8b
commit cfbb9007a7
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:8080/healthz || exit 1"
"wget -q --spider --proxy=off http://pictrs:8080/healthz || exit 1"
];
};
};