chore(CI): update docker compose file for mysql
This commit is contained in:
parent
d5886c0c66
commit
1ef51cae1d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue