Update nextcloud Docker tag to v32.0.1

This commit is contained in:
Renovate Bot
2025-10-25 00:01:05 +00:00
parent 567b5bfee4
commit 5a3a844f35

View File

@@ -13,7 +13,7 @@ services:
networks: networks:
- nextcloud - nextcloud
nextcloud: nextcloud:
image: nextcloud:32.0.0 image: nextcloud:32.0.1
restart: always restart: always
ports: ports:
- 8081:80 - 8081:80
@@ -32,7 +32,7 @@ services:
networks: networks:
- nextcloud - nextcloud
cron: cron:
image: nextcloud:32.0.0 image: nextcloud:32.0.1
container_name: nextcloud-cron container_name: nextcloud-cron
volumes: volumes:
- ${NEXTCLOUD_DATA_DIR}:/var/www/html - ${NEXTCLOUD_DATA_DIR}:/var/www/html