chore(deps): update nextcloud docker tag to v30 #69

Merged
carsten merged 1 commit from renovate/nextcloud-30.x into main 2024-09-26 20:44:18 +02:00

View file

@ -20,7 +20,7 @@ networks:
services: services:
nextcloud: nextcloud:
image: nextcloud:29 image: nextcloud:30
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:29 image: nextcloud:30
container_name: nextcloud-cron container_name: nextcloud-cron
restart: "${RESTART:-no}" restart: "${RESTART:-no}"
entrypoint: /cron.sh entrypoint: /cron.sh