chore(deps): update linuxserver/nextcloud docker tag to v29.0.3 (#1648)

* chore(deps): update linuxserver/nextcloud docker tag to v29.0.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-06-26 11:18:18 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 5f2c069f0a
commit 7fb7bb397b
2 changed files with 1 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
additionalProperties:
formFields:
- default: 40069
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text
+21
View File
@@ -0,0 +1,21 @@
services:
nextcloud:
image: linuxserver/nextcloud:29.0.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- "./data/config:/config"
- "./data/data:/data"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true