We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dfbc4 commit 8f2a023Copy full SHA for 8f2a023
docker-compose.yml
@@ -16,12 +16,13 @@ services:
16
zpc:
17
image: z-wave-protocol-controller
18
build: .
19
- command: run --mqtt.host=broker --zpc.serial="${ZPC_DEVICE:-/dev/ttyACM0}" ${ZPC_ARGS}
+ command: run --mqtt.host=broker --zpc.serial="${ZPC_DEVICE:-/dev/ttyACM0}" ${ZPC_ARGS:--}
20
volumes:
21
- /dev/pts:/dev/pts
22
devices:
23
- ${ZPC_DEVICE:-/dev/ttyACM0}:/dev/ttyUSB0
24
depends_on:
25
- - broker
+ broker:
26
+ condition: service_started
27
environment:
28
ZPC_ARGS: "--"
0 commit comments