[DiscordArchive] anyone else have constant issues with the docker containers showing as unhealthy?
[DiscordArchive] anyone else have constant issues with the docker containers showing as unhealthy?
Archived author: Deleted User • Posted: 2020-08-31T19:20:48.873000+00:00
Original source
anyone else have constant issues with the docker containers showing as unhealthy?
Archived author: Deleted User • Posted: 2020-08-31T19:21:04.102000+00:00
Original source
I don't think I've ever had a healthy response from the docker containers
Archived author: locus313 • Posted: 2020-08-31T19:26:57.633000+00:00
Original source
cant say i have seen that
Archived author: locus313 • Posted: 2020-08-31T19:33:25.984000+00:00
Original source
have you tried to look at the health log? For example you can use:
```
docker inspect --format "{{json .State.Health }}" azerothcorewotlk_ac-worldserver_1 | jq
```
Archived author: locus313 • Posted: 2020-08-31T19:34:00.830000+00:00
Original source
jq just makes the json more readable
Archived author: Deleted User • Posted: 2020-08-31T19:37:52.148000+00:00
Original source
odd, it's saying it exceeds the timeout, but if I manually run the healthcheck in bash in an exec prompt it's instant