1
0
Fork 0

Add environment variable parameter EMQX_NODE_NAME (#2284)

This commit is contained in:
Anye 2024-10-12 16:47:31 +08:00 committed by GitHub
parent d0ddd06a7e
commit 2dc8810225
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ services:
volumes:
- ./data:/opt/emqx/data
- ./log:/opt/emqx/log
environment:
- EMQX_NODE_NAME=emqx@${CONTAINER_NAME}
labels:
createdBy: "Apps"
networks: