From e7e679b4d73713067bb82f1b09c904ec5034c8d2 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Tue, 28 Nov 2023 14:54:51 +0000 Subject: [PATCH] Revert "Merge branch 'emqx' into 'main'" This reverts merge request !4 --- docker-compose.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fa647c6..4b67ce0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -26,22 +26,13 @@ services: links: - mqtt - # mqtt: - # image: eclipse-mosquitto:1.6.15 - # restart: always - # ports: - # - "1883:1883" - # volumes: - # - "./config/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf" mqtt: - image: emqx/emqx:latest + image: eclipse-mosquitto:1.6.15 restart: always ports: - - 1883:1883 - - 8083:8083 - - 8084:8084 - - 8883:8883 - - 18083:18083 + - "1883:1883" + volumes: + - "./config/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf" volumes: data: