chore(CI): update docker compose file for mysql

This commit is contained in:
zhanghongtong 2021-03-16 10:34:52 +08:00 committed by Rory Z
parent d5886c0c66
commit 1ef51cae1d
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ services:
MYSQL_DATABASE: mqtt
command:
--bind-address 0.0.0.0
--default-authentication-plugin=mysql_native_password
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci
--explicit_defaults_for_timestamp=true

View File

@ -24,7 +24,6 @@ services:
- emqx_bridge
command:
--bind-address "::"
--default-authentication-plugin=mysql_native_password
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci
--explicit_defaults_for_timestamp=true