Open guiweber opened 3 days ago
I disabled the health check for now; otherwise, Traefik wouldn’t forward requests to the service.
services:
ddns:
restart: unless-stopped
image: qmcgaw/ddns-updater
container_name: ddns
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ./config:/config
- ./data:/updater/data
labels:
- "traefik.enable=true"
- "traefik.http.routers.ddns.rule=Host(`ddns.${LAN_DOMAIN}`)"
- "traefik.http.routers.ddns.entrypoints=web"
- "traefik.http.services.ddns.loadbalancer.server.port=8000"
healthcheck:
disable: true
I have the same issue with TrueNas Scale ElectricEel-24.10.0. When I deploying this from Apps it remains in "Deploying" state forever. In this case I don't have an option to disable health check. However if I adding as a custom app I can disable health check and reaching "Running" state.
I recommend to fix health check functionality. If it will be fixed I will switch back and will use from Apps directly.
The container works but reports as unhealthy due to the health check timing out.
Docker inspection reports
Health check exceeded timeout (5s)
For reference, an issue was open on TrueNAS's github (https://github.com/truenas/apps/issues/751), but they believe the issue is with the base DDNS-updated container.
Logs:
Docker inspection:
Configuration file (remove your credentials!):