Skip to content

Commit cc43f1f

Browse files
committed
no double $
1 parent 8923188 commit cc43f1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ services:
3333
restart: unless-stopped
3434
build:
3535
context: mqtt-websocket-proxy/
36-
command: "node sound.js --mqttHost $${MQTTHOST} --wsURL $${WSURL}"
36+
command: "node sound.js --mqttHost ${MQTTHOST} --wsURL ${WSURL}"
3737
mqtt-color:
3838
image: ghcr.io/drakeapps/cloud-led-controller/mqtt
3939
restart: unless-stopped
4040
build:
4141
context: mqtt-websocket-proxy/
42-
command: "node color.js --mqttHost $${MQTTHOST} --wsURL $${WSURL}"
42+
command: "node color.js --mqttHost ${MQTTHOST} --wsURL ${WSURL}"

0 commit comments

Comments
 (0)