pictrs isn't listening on localhost
This commit is contained in:
parent
a71ec1fc8b
commit
cfbb9007a7
|
@ -66,7 +66,7 @@ let
|
||||||
restart = "always";
|
restart = "always";
|
||||||
healthcheck.test = [
|
healthcheck.test = [
|
||||||
"CMD-SHELL"
|
"CMD-SHELL"
|
||||||
"wget -q --spider --proxy=off localhost:8080/healthz || exit 1"
|
"wget -q --spider --proxy=off http://pictrs:8080/healthz || exit 1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue