entrypoint fix
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "1883:1883"
|
||||
entrypoint: ["/mosquitto/config/entrypoint.sh"]
|
||||
entrypoint: ["/bin/sh", "/mosquitto/config/entrypoint.sh"]
|
||||
environment:
|
||||
- MQTT_C2_USER=${MQTT_C2_USER}
|
||||
- MQTT_C2_PASS=${MQTT_C2_PASS}
|
||||
|
||||
Reference in New Issue
Block a user