Fixed access denied (at least one of) the PROCESS privilege(s) is required error

This commit is contained in:
nikgli 2023-11-02 14:28:58 +08:00
parent 057495229e
commit f8addec08f

View file

@ -80,6 +80,8 @@ services:
- CRON_TIME=0 3 * * * - CRON_TIME=0 3 * * *
# Make it small # Make it small
- GZIP_LEVEL=9 - GZIP_LEVEL=9
# As of MySQL 8.0.21 this is needed
- MYSQLDUMP_OPTS=--no-tablespaces
restart: unless-stopped restart: unless-stopped
volumes: volumes: