Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MM-59253]: Remove plugin code from focalboard repo #5027

Merged
merged 11 commits into from
Aug 28, 2024
Prev Previous commit
Next Next commit
reverted the mysql docker version to original
Rajat-Dabade committed Jul 30, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 4b185984ba32c69b3c3699afbc56e9d4c332b31e
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:8.0.32"
image: "mysql/mysql-server:5.7.12"
restart: always
environment:
MYSQL_ROOT_HOST: "%"