From ae568f0ba7a1998f2e20f647c2232567f522ac67 Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Tue, 1 Jul 2025 18:46:30 +0200 Subject: [PATCH] Revert "Add portainer healthcheck" This reverts commit 29b35c2a22049df044a1684d5530df4e93ba571f. --- portainer/compose.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/portainer/compose.yml b/portainer/compose.yml index f52fd5b..2f09f79 100644 --- a/portainer/compose.yml +++ b/portainer/compose.yml @@ -5,11 +5,6 @@ services: image: portainer/portainer-ce:lts container_name: portainer restart: always - healthcheck: - test: curl -f http://localhost:9000/api/status || exit 1 - interval: 30s - timeout: 10s - retries: 3 networks: - traefik volumes: