diff --git a/compose-updater.yml b/compose-updater.yml index 548d6b3..e0a713f 100644 --- a/compose-updater.yml +++ b/compose-updater.yml @@ -12,9 +12,4 @@ services: AGENT_ENABLED: "true" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - - /home/marc/tugtainer/data:/tugtainer - healthcheck: - test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"] - interval: 30s - timeout: 5s - retries: 3 \ No newline at end of file + - /home/marc/tugtainer/data:/tugtainer \ No newline at end of file