chore(deps): update nextcloud docker tag to v27 (#698)

This commit is contained in:
renovate[bot] 2023-06-20 08:54:43 +02:00 committed by GitHub
parent 3f28f3ae58
commit 28244fb7b0
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,
"port": 8083,
"id": "nextcloud",
"tipi_version": 12,
"version": "25.0.7-apache",
"tipi_version": 13,
"version": "27.0.0-apache",
"categories": [
"data"
],

View File

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