Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Restrict to mysql 5.7 for now
  • Loading branch information
curtishall authored Nov 21, 2023
1 parent 345215f commit 81d6eba
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:latest
image: mysql:5.7
container_name: bc-mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
Expand Down

0 comments on commit 81d6eba

Please sign in to comment.