Merge pull request #113 from nikgli/master

Fixed access denied the PROCESS privilege(s) is required for MySQL > 8.0.21
This commit is contained in:
Fco. Javier Delgado del Hoyo 2023-11-02 10:49:55 +01:00 committed by GitHub
commit f1a3a6b01f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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