Skip to content

Commit

Permalink
reverted the mysql image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade authored and toninis committed Aug 28, 2024
1 parent 1c82888 commit 6c9eff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-testing/docker-compose-mysql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
mysql:
image: "mysql/mysql-server:5.7.12"
image: "mysql/mysql-server:8.0.32"
restart: always
environment:
MYSQL_ROOT_HOST: "%"
Expand Down

0 comments on commit 6c9eff7

Please sign in to comment.