chore(deps): update nextcloud docker tag to v31.0.6 #388

Merged
catalin merged 1 commit from renovate/nextcloud-31.x into main 2025-07-11 07:56:54 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM nextcloud:31.0.5-apache
FROM nextcloud:31.0.6-apache
RUN set -ex; \
\

View file

@ -14,7 +14,7 @@ services:
- nextcloud
nextcloud:
image: git.roboces.dev/catalin/fukuops:nextcloud-31.0.2
image: git.roboces.dev/catalin/fukuops:nextcloud-31.0.6
volumes:
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config
@ -29,7 +29,7 @@ services:
NEXTCLOUD_INIT_HTACCESS: ${NEXTCLOUD_INIT_HTACCESS:-1}
restart: unless-stopped
ports:
- 8080:80
- '8080:80'
networks:
- nextcloud