Update nextcloud Docker tag to v29

This commit is contained in:
2024-05-31 18:00:21 +00:00
parent 30aefd14a3
commit 73a1db377a

View File

@@ -14,7 +14,7 @@ services:
restart: always restart: always
app: app:
image: nextcloud:28.0.2-fpm-alpine image: nextcloud:29.0.1-fpm-alpine
# ports: # ports:
# - 8080:80 # - 8080:80
restart: always restart: always
@@ -49,7 +49,7 @@ services:
- app - app
cron: cron:
image: nextcloud:28.0.2-fpm-alpine image: nextcloud:29.0.1-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html