Switch nextcloud database from mysql:latest to fixed major version.

This commit is contained in:
2025-01-09 06:55:49 +00:00
parent f3c319e0d6
commit b4be828739

View File

@@ -79,7 +79,7 @@ services:
- ${PWD}/nextcloud.conf:/etc/nginx/conf.d/default.conf
db:
image: mysql:latest
image: mysql:9
restart: unless-stopped
volumes:
- nextcloud-db:/var/lib/mysql