Skip to content

Commit

Permalink
Update MySQL version to 8 in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Nov 2, 2022
1 parent 1d2e913 commit 12903fc
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 @@ -2,7 +2,7 @@ version: '3'

services:
mysql:
image: mysql:5.7
image: mysql:8.0
restart: on-failure
command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
environment:
Expand Down

0 comments on commit 12903fc

Please sign in to comment.