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

This commit is contained in:
cătălin 2025-07-11 09:54:48 +02:00
commit 395c232e2f
No known key found for this signature in database
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; \ RUN set -ex; \
\ \

View file

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