Update to nextcloud 24

This commit is contained in:
Stephan Porada 2022-09-02 19:11:20 +02:00
parent f90b45116c
commit 3955d121fc

View File

@ -49,7 +49,7 @@ services:
extra_hosts: extra_hosts:
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}" - "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}" - "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
image: nextcloud:23 image: nextcloud:24
labels: labels:
# Watchtower # Watchtower
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
@ -80,7 +80,7 @@ services:
- ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data - ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data
nextcloud-cron: nextcloud-cron:
image: nextcloud:23 image: nextcloud:24
container_name: nextcloud-cron container_name: nextcloud-cron
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"