5 lines
299 B
Bash
5 lines
299 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker rm -f mypysmarthome
|
||
|
docker run -d --restart=always --privileged -v /dev/serial/by-id/usb-busware.de_CUL868-if00:/dev/ttyACM0 -p 0.0.0.0:51826:51826 -p 0.0.0.0:7072:7072 -p 0.0.0.0:6720:6720 -p 0.0.0.0:2222:2222 -p 0.0.0.0:8080:8080 --net=host --name=mypysmarthome pysmarthome
|