Skip to content

Commit

Permalink
Update nextcloud.yml (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin authored Mar 8, 2025
1 parent 80fd6c7 commit 6a9aaba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions public/v4/apps/nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,15 @@ services:
restart: always
volumes:
- $$cap_appname-data:/var/www/html
image: nextcloud:$$cap_nextcloud_version
command: ['sh', '-c', '/cron.sh']
caproverExtra:
dockerfileLines:
- FROM nextcloud:$$cap_nextcloud_version
- 'ENTRYPOINT [ "/cron.sh" ] '
notExposeAsWebApp: 'true'
caproverOneClickApp:
variables:
- id: $$cap_nextcloud_version
label: Nextcloud Version
defaultValue: 28.0.6
defaultValue: 29.0.12
description: >-
Check out their Docker page for the valid tags https://hub.docker.com/_/nextcloud?tab=tags
Expand All @@ -68,12 +67,12 @@ caproverOneClickApp:
validRegex: /^((?!fpm)\S)+$/
- id: $$cap_redis_version
label: Redis Version
defaultValue: 6.2.14
defaultValue: 7.2.7
description: Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_mariadb_version
label: MariaDB (database) version
defaultValue: 10.6.18
defaultValue: 10.11.11
description: Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_db_user
Expand Down

0 comments on commit 6a9aaba

Please sign in to comment.