Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Use mysql 8.0 instead of 4.7
  • Loading branch information
curtishall authored Nov 22, 2023
1 parent 81d6eba commit 1fc257d
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
@@ -1,7 +1,7 @@
version: '3.7'
services:
bc-mysql:
image: mysql:5.7
image: mysql:8.0
container_name: bc-mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
Expand Down

0 comments on commit 1fc257d

Please sign in to comment.