Merge branch 'master' of github.com:caprover/one-click-apps
This commit is contained in:
commit
976cf51092
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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: |-
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue