Update nextcloud image to major version 23

This commit is contained in:
Stephan Porada 2021-12-18 10:42:58 +01:00
parent 650014a432
commit cebcda3bb1

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:22 image: nextcloud:23
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:22 image: nextcloud:23
container_name: nextcloud-cron container_name: nextcloud-cron
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"