Merge branch 'master' of github.com:caprover/one-click-apps

This commit is contained in:
Kasra Bigdeli 2021-09-05 07:31:43 -07:00
commit 976cf51092
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ services:
$$cap_appname: $$cap_appname:
image: tautulli/tautulli:$$cap_version image: tautulli/tautulli:$$cap_version
restart: always restart: always
volumes:
- $$cap_appname-config:/config
environment: environment:
TZ: $$cap_tz TZ: $$cap_tz
PUID: $$cap_puid PUID: $$cap_puid

View File

@ -12,7 +12,7 @@ caproverOneClickApp:
variables: variables:
- id: $$cap_kuma_version - id: $$cap_kuma_version
label: Uptime 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 description: Check out their Docker page for the valid tags https://hub.docker.com/r/louislam/uptime-kuma/tags
instructions: instructions:
start: |- start: |-