entrypoint fix

This commit is contained in:
Logan
2026-04-11 14:52:38 -04:00
parent 3b3a136d04
commit d8779d96fd
+1 -1
View File
@@ -4,7 +4,7 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "1883:1883" - "1883:1883"
entrypoint: ["/mosquitto/config/entrypoint.sh"] entrypoint: ["/bin/sh", "/mosquitto/config/entrypoint.sh"]
environment: environment:
- MQTT_C2_USER=${MQTT_C2_USER} - MQTT_C2_USER=${MQTT_C2_USER}
- MQTT_C2_PASS=${MQTT_C2_PASS} - MQTT_C2_PASS=${MQTT_C2_PASS}