Add native support MYSQL8 (#462)

* Add native Support for MYSQL Version 8.x

* Adaptation of the documentation for MYSQL 8.x

* Backup note added
This commit is contained in:
Jonathan Starck
2022-10-27 11:37:07 +02:00
committed by GitHub
parent 4fa02c2785
commit 4aa7a7032c
4 changed files with 8 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ services:
- "in5.localhost:192.168.0.124 " #host and ip
db:
image: mysql:5
image: mysql:8
# When running on ARM64 use MariaDB instead of MySQL
# image: mariadb:10.4
# For auto DB backups comment out image and use the build block below