chore(deps): update nextcloud docker tag to v25.0.6 (#375)
* chore(deps): update nextcloud docker tag to v25.0.6 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
83ae3ff805
commit
a37b2ad9db
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8083,
|
||||
"id": "nextcloud",
|
||||
"tipi_version": 10,
|
||||
"version": "25.0.5-apache",
|
||||
"tipi_version": 11,
|
||||
"version": "25.0.6-apache",
|
||||
"categories": [
|
||||
"data"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
nextcloud:
|
||||
container_name: nextcloud
|
||||
image: nextcloud:25.0.5-apache
|
||||
image: nextcloud:25.0.6-apache
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
|
@ -69,7 +69,7 @@ services:
|
|||
- tipi_main_network
|
||||
|
||||
cron:
|
||||
image: nextcloud:25.0.5-apache
|
||||
image: nextcloud:25.0.6-apache
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||
|
|
Loading…
Reference in New Issue
Block a user