diff --git a/docker-compose.db.yml b/docker-compose.db.yml index bd95f63..ea89cd6 100644 --- a/docker-compose.db.yml +++ b/docker-compose.db.yml @@ -113,6 +113,9 @@ services: environment: - MQTT_USERNAME=${MQTT_USERNAME} - MQTT_PASSWORD=${MQTT_PASSWORD} + entrypoint: ["/docker-entrypoint.sh"] + command: ["/usr/sbin/mosquitto", "-c", "/mosquitto/config/mosquitto.conf"] + user: mosquitto healthcheck: test: [ diff --git a/fems-mqtt/data/mosquitto.db b/fems-mqtt/data/mosquitto.db index f205c7c..ecf8833 100644 Binary files a/fems-mqtt/data/mosquitto.db and b/fems-mqtt/data/mosquitto.db differ