From 488a8a3e596b8583dbf1d7514e593c80a8c79366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=90=E7=AF=B7?= <908349383@qq.com> Date: Sun, 14 Jan 2024 19:24:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0emqx=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/data/docker-compose.yml | 1 + docker/data/emqx/data/loaded_plugins | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docker/data/emqx/data/loaded_plugins diff --git a/docker/data/docker-compose.yml b/docker/data/docker-compose.yml index 076a849b..8e42ad9c 100644 --- a/docker/data/docker-compose.yml +++ b/docker/data/docker-compose.yml @@ -68,6 +68,7 @@ services: - /etc/localtime:/etc/localtime - /var/data/emqx/conf/emqx_auth_http.conf:/opt/emqx/etc/plugins/emqx_auth_http.conf - /var/data/emqx/conf/emqx_web_hook.conf:/opt/emqx/etc/plugins/emqx_web_hook.conf + - /var/data/emqx/data/loaded_plugins:/opt/emqx/data/loaded_plugins environment: EMQX_ALLOW__ANONYMOUS: "false" SET_CONTAINER_TIMEZONE: "true" diff --git a/docker/data/emqx/data/loaded_plugins b/docker/data/emqx/data/loaded_plugins new file mode 100644 index 00000000..14eaac02 --- /dev/null +++ b/docker/data/emqx/data/loaded_plugins @@ -0,0 +1,8 @@ +{emqx_management, true}. +{emqx_recon, true}. +{emqx_retainer, true}. +{emqx_dashboard, true}. +{emqx_rule_engine, true}. +{emqx_auth_http,true}. +{emqx_web_hook,true}. +{emqx_bridge_mqtt, false}. \ No newline at end of file