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