chore(deps): update nextcloud docker tag to v26.0.11 (#2309)

This commit is contained in:
renovate[bot] 2024-01-26 00:53:51 +00:00 committed by GitHub
parent 0a042d8c6b
commit b1975dc484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8083, "port": 8083,
"id": "nextcloud", "id": "nextcloud",
"tipi_version": 20, "tipi_version": 21,
"version": "26.0.10-apache", "version": "26.0.11-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:26.0.10-apache image: nextcloud:26.0.11-apache
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80