chore(deps): update nextcloud docker tag to v26.0.10 (#1888)

This commit is contained in:
renovate[bot] 2023-12-27 22:59:30 +00:00 committed by GitHub
parent 5746f3cb9e
commit 25010b2b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8083, "port": 8083,
"id": "nextcloud", "id": "nextcloud",
"tipi_version": 19, "tipi_version": 20,
"version": "26.0.8-apache", "version": "26.0.10-apache",
"categories": [ "categories": [
"data" "data"
], ],
@ -32,5 +32,8 @@
"env_variable": "NEXTCLOUD_ADMIN_PASSWORD" "env_variable": "NEXTCLOUD_ADMIN_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

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