Update Nextcloud to v26 (#1492)

This commit is contained in:
DireMunchkin 2023-12-26 20:19:42 +01:00 committed by GitHub
parent a40c71d730
commit 54e1c2211c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8083,
"id": "nextcloud",
"tipi_version": 18,
"version": "25.0.13-apache",
"tipi_version": 19,
"version": "26.0.8-apache",
"categories": [
"data"
],

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
nextcloud:
container_name: nextcloud
image: nextcloud:25.0.13-apache
image: nextcloud:26.0.8-apache
restart: unless-stopped
ports:
- ${APP_PORT}:80