1.添加emqx默认启动插件

This commit is contained in:
帐篷
2024-01-14 19:24:20 +08:00
parent 13a5427091
commit 488a8a3e59
2 changed files with 9 additions and 0 deletions

View File

@@ -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"