Update nextcloud Docker tag to v31.0.8 #153

Merged
peter merged 1 commits from renovate/nextcloud-31.x into master 2025-09-02 08:32:48 +02:00
Showing only changes of commit bd53a5e103 - Show all commits

View File

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