2024-07-12, 02:03 AM
Try adding this line to the docker compose then down and up the container.
Also, do you have any other containers installed? Ones that could possibly be restarting unhealthy containers? Like autoheal?
Code:
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
extra_hosts:
- 'host.docker.internal:host-gateway'
Also, do you have any other containers installed? Ones that could possibly be restarting unhealthy containers? Like autoheal?