summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v4/apps/tautulli.yml2
-rw-r--r--public/v4/apps/uptime-kuma.yml2
2 files changed, 3 insertions, 1 deletions
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
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: |-