fix(db): mqtt hostname to keep internal config identique in case of rebuild
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
@@ -64,6 +64,7 @@ services:
|
|||||||
mqtt:
|
mqtt:
|
||||||
image: rabbitmq:4-management-alpine
|
image: rabbitmq:4-management-alpine
|
||||||
container_name: mqtt
|
container_name: mqtt
|
||||||
|
hostname: "mqtt"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "15672:15672" # Management plugin HTTP port
|
- "15672:15672" # Management plugin HTTP port
|
||||||
|
|||||||
Reference in New Issue
Block a user