firmware-base/vendor/sming/Sming/Tools/Docker/cli/docker-compose.yml
2026-01-28 16:42:43 +01:00

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