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

This reverts commit 28244fb7b0.
This commit is contained in:
Nicolas Meienberger 2023-06-23 08:41:14 +02:00
parent f2e96595b1
commit f3baee6098
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8083,
"id": "nextcloud",
"tipi_version": 13,
"version": "27.0.0-apache",
"tipi_version": 12,
"version": "25.0.7-apache",
"categories": [
"data"
],

View File

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