Merge pull request 'Update nextcloud Docker tag to v32.0.1' (#200) from renovate/nextcloud-32.x into master

Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/200
This commit was merged in pull request #200.
This commit is contained in:
2025-10-25 07:41:54 +00:00

View File

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