From 1da228edc6f1b0c107f5ab6c879835e8c307ab56 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 8 Oct 2025 21:35:34 -0400 Subject: [PATCH] update restart key --- tasks/uptime-kuma.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/uptime-kuma.yml b/tasks/uptime-kuma.yml index 802f61a..b41fe5f 100644 --- a/tasks/uptime-kuma.yml +++ b/tasks/uptime-kuma.yml @@ -16,7 +16,7 @@ docker_container: name: uptime-kuma image: louislam/uptime-kuma - restart: always + restart: unless-stopped recreate: true networks: - name: homelab