17 lines
330 B
YAML
17 lines
330 B
YAML
sming-cli:
|
|
|
|
build: .
|
|
|
|
# Uncomment the lines below if you want to use the source code in your host computer
|
|
# volumes:
|
|
# - ../../Sming/:/workspace/Sming/
|
|
|
|
ports:
|
|
- "10080:80"
|
|
|
|
# Modify the line below if you serial adapter is mapped to a different port
|
|
# devices:
|
|
# - "/dev/ttyUSB0:/dev/ttyUSB0"
|
|
|
|
privileged: true
|