Skip to content

Commit

Permalink
Raise version of MySQL docker image from 5.7 to 8
Browse files Browse the repository at this point in the history
New CRM Skeleton installation should use MySQL 8.0.

The preliminary end of support for MySQL 5.7 in CRM is scheduled for
April 2022. Check [REMP Technical news - v 0.35.0][1] for more details.

[1]: https://remp2020.github.io/#25-oct-2021-new-version-of-crm-is-available-0350.
  • Loading branch information
markoph committed Oct 26, 2021
1 parent 4e9e51d commit 61a1beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
restart: "unless-stopped"

mysql:
image: "mysql:5.7"
image: "mysql:8.0"
volumes:
- "mysql-data:/var/lib/mysql"
- ".:/data"
Expand Down

0 comments on commit 61a1beb

Please sign in to comment.