diff --git a/services/portainer/compose.yaml b/services/portainer/compose.yaml index 917fbc1f..a173f821 100644 --- a/services/portainer/compose.yaml +++ b/services/portainer/compose.yaml @@ -62,10 +62,4 @@ services: depends_on: tailscale: condition: service_healthy - healthcheck: - test: ["CMD", "pgrep", "-f", "${SERVICE}"] # Check if ${SERVICE} process is running - interval: 1m # How often to perform the check - timeout: 10s # Time to wait for the check to succeed - retries: 3 # Number of retries before marking as unhealthy - start_period: 30s # Time to wait before starting health checks restart: always