chore(deps): update nextcloud docker tag to v24.0.6

This commit is contained in:
renovate[bot] 2022-10-14 16:44:22 +00:00 committed by GitHub
parent 4f26d9eb60
commit e1f2b918a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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