chore(deps): update nextcloud docker tag to v29 #40

Merged
carsten merged 1 commit from renovate/nextcloud-29.x into main 2024-04-25 17:43:11 +02:00

View file

@ -20,7 +20,7 @@ networks:
services: services:
nextcloud: nextcloud:
image: nextcloud:28 image: nextcloud:29
container_name: nextcloud container_name: nextcloud
restart: "${RESTART:-no}" restart: "${RESTART:-no}"
hostname: cloud hostname: cloud
@ -51,7 +51,7 @@ services:
- nextcloud - nextcloud
nextcloud-cron: nextcloud-cron:
image: nextcloud:28 image: nextcloud:29
container_name: nextcloud-cron container_name: nextcloud-cron
restart: "${RESTART:-no}" restart: "${RESTART:-no}"
entrypoint: /cron.sh entrypoint: /cron.sh