We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8923188 commit cc43f1fCopy full SHA for cc43f1f
1 file changed
docker-compose.yml
@@ -33,10 +33,10 @@ services:
33
restart: unless-stopped
34
build:
35
context: mqtt-websocket-proxy/
36
- command: "node sound.js --mqttHost $${MQTTHOST} --wsURL $${WSURL}"
+ command: "node sound.js --mqttHost ${MQTTHOST} --wsURL ${WSURL}"
37
mqtt-color:
38
image: ghcr.io/drakeapps/cloud-led-controller/mqtt
39
40
41
42
- command: "node color.js --mqttHost $${MQTTHOST} --wsURL $${WSURL}"
+ command: "node color.js --mqttHost ${MQTTHOST} --wsURL ${WSURL}"
0 commit comments