Sam Leavens

Results 1 issues of Sam Leavens

- Docker healthcheck command was using "localhost" but that resolves to ::1 (IPv6) so healthchecks failed. - Changed the healthcheck to use "127.0.0.1" and healthchecks work as intended.