chore(deps): update nextcloud docker tag to v25.0.9 (#880)

This commit is contained in:
renovate[bot] 2023-07-20 18:23:41 +00:00 committed by GitHub
parent f42c93c9e2
commit 99c4254dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8083, "port": 8083,
"id": "nextcloud", "id": "nextcloud",
"tipi_version": 13, "tipi_version": 14,
"version": "25.0.8-apache", "version": "25.0.9-apache",
"categories": [ "categories": [
"data" "data"
], ],

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
nextcloud: nextcloud:
container_name: nextcloud container_name: nextcloud
image: nextcloud:25.0.8-apache image: nextcloud:25.0.9-apache
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
@ -69,7 +69,7 @@ services:
- tipi_main_network - tipi_main_network
cron: cron:
image: nextcloud:25.0.8-apache image: nextcloud:25.0.9-apache
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html - ${APP_DATA_DIR}/data/nextcloud:/var/www/html