Merge pull request 'Update nextcloud Docker tag to v31.0.9' (#176) from renovate/nextcloud-31.x into master

Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/176
This commit was merged in pull request #176.
This commit is contained in:
2025-09-19 15:10:09 +00:00

View File

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