changed NC->29

This commit is contained in:
tipi 2024-06-25 18:09:58 +02:00
parent 9080c91f6d
commit 76e6bd34a3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"port": 8083,
"id": "nextcloud",
"tipi_version": 23,
"version": "26.0.13-apache",
"version": "29.0.3",
"categories": [
"data"
],

View File

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