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:
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
image: nextcloud:22
image: nextcloud:23
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"
@ -80,7 +80,7 @@ services:
- ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data
nextcloud-cron:
image: nextcloud:22
image: nextcloud:23
container_name: nextcloud-cron
labels:
- "com.centurylinklabs.watchtower.enable=true"