chore(deps): update nextcloud docker tag to v25.0.9 (#880)
This commit is contained in:
parent
f42c93c9e2
commit
99c4254dfb
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8083,
|
||||
"id": "nextcloud",
|
||||
"tipi_version": 13,
|
||||
"version": "25.0.8-apache",
|
||||
"tipi_version": 14,
|
||||
"version": "25.0.9-apache",
|
||||
"categories": [
|
||||
"data"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
nextcloud:
|
||||
container_name: nextcloud
|
||||
image: nextcloud:25.0.8-apache
|
||||
image: nextcloud:25.0.9-apache
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
|
@ -69,7 +69,7 @@ services:
|
|||
- tipi_main_network
|
||||
|
||||
cron:
|
||||
image: nextcloud:25.0.8-apache
|
||||
image: nextcloud:25.0.9-apache
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||
|
|
Loading…
Reference in New Issue
Block a user