Merge pull request #88 from meienberger/renovate/nextcloud-24.x
chore(deps): update nextcloud docker tag to v24.0.6
This commit is contained in:
commit
e57e1dcc5a
|
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8083,
|
"port": 8083,
|
||||||
"id": "nextcloud",
|
"id": "nextcloud",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "24.0.4",
|
"version": "24.0.6-apache",
|
||||||
"categories": ["data"],
|
"categories": [
|
||||||
|
"data"
|
||||||
|
],
|
||||||
"description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.",
|
"description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.",
|
||||||
"short_desc": "Productivity platform that keeps you in control",
|
"short_desc": "Productivity platform that keeps you in control",
|
||||||
"author": "Nextcloud GmbH",
|
"author": "Nextcloud GmbH",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
image: nextcloud:24.0.4-apache
|
image: nextcloud:24.0.6-apache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|
@ -70,7 +70,7 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:24.0.4-apache
|
image: nextcloud:24.0.6-apache
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user