From e0976a5397ed669e8e22d02e242329e9626c0081 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Wed, 1 Sep 2021 21:14:46 -0700 Subject: [PATCH 1/2] Update uptime-kuma.yml --- public/v4/apps/uptime-kuma.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/uptime-kuma.yml b/public/v4/apps/uptime-kuma.yml index e6b4db6..2129c68 100644 --- a/public/v4/apps/uptime-kuma.yml +++ b/public/v4/apps/uptime-kuma.yml @@ -12,7 +12,7 @@ caproverOneClickApp: variables: - id: $$cap_kuma_version label: Uptime Kuma Version - defaultValue: 1.0.6 + defaultValue: 1.5.2 description: Check out their Docker page for the valid tags https://hub.docker.com/r/louislam/uptime-kuma/tags instructions: start: |- From e923cc10ee2e6ebaa31c5b777be888c44a68b9b8 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 4 Sep 2021 19:02:24 -0700 Subject: [PATCH 2/2] Fixed volume Tautulli --- public/v4/apps/tautulli.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/v4/apps/tautulli.yml b/public/v4/apps/tautulli.yml index c4114a0..cb50fc8 100644 --- a/public/v4/apps/tautulli.yml +++ b/public/v4/apps/tautulli.yml @@ -3,6 +3,8 @@ services: $$cap_appname: image: tautulli/tautulli:$$cap_version restart: always + volumes: + - $$cap_appname-config:/config environment: TZ: $$cap_tz PUID: $$cap_puid