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

17 lines
329 B
YAML

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