Added env files and fixed docker-compose
This commit is contained in:
parent
f0c90c831f
commit
b45180d50d
@ -7,9 +7,10 @@ services:
|
||||
# image: dm1200fanchanger:V1
|
||||
image: yuruc3/md1200_fan_controll:v1
|
||||
environment:
|
||||
- baud_rate: ${baud_rate:-38400}
|
||||
- baud_rate=${baud_rate:-38400}
|
||||
- serial_adapter=${serial_adapter:-"/dev/ttyUSB0"}
|
||||
- wait_time: ${wait_time:-1}
|
||||
- wait_time=${wait_time:-1}
|
||||
env_file: "md1200.env"
|
||||
devices:
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user