build(deps): bump MySQL 5.7 to 8.0.22
This commit is contained in:
parent
739b8cacb1
commit
80ec73f3df
@ -40,7 +40,7 @@ Si vous voulez avoir les données des catégories et des fonctions, vous pouvez
|
|||||||
|
|
||||||
- [Node.js](https://nodejs.org/) >= 14
|
- [Node.js](https://nodejs.org/) >= 14
|
||||||
- [npm](https://www.npmjs.com/) >= 6
|
- [npm](https://www.npmjs.com/) >= 6
|
||||||
- [MySQL](https://www.mysql.com/) >= 5.7
|
- [MySQL](https://www.mysql.com/) >= 8.0
|
||||||
|
|
||||||
### Commandes (à suivre dans l'ordre)
|
### Commandes (à suivre dans l'ordre)
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ services:
|
|||||||
container_name: 'functionproject-phpmyadmin'
|
container_name: 'functionproject-phpmyadmin'
|
||||||
|
|
||||||
functionproject-database:
|
functionproject-database:
|
||||||
image: 'mysql:5.7'
|
image: 'mysql:8.0.22'
|
||||||
command: '--default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci'
|
command: '--default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci'
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: 'password'
|
MYSQL_ROOT_PASSWORD: 'password'
|
||||||
|
Reference in New Issue
Block a user