chore(deps): update nextcloud docker tag to v28 #10

Merged
carsten merged 1 commit from renovate/nextcloud-28.x into main 2023-12-14 18:02:00 +01:00
Showing only changes of commit 96913f07b8 - Show all commits

View file

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