NEW
This commit is contained in:
11
hardware/ESP_ARDUINO/docker-compose.yaml
Normal file
11
hardware/ESP_ARDUINO/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
arduino-cli:
|
||||
build: .
|
||||
volumes:
|
||||
- ./components:/components:rw
|
||||
network_mode: host
|
||||
restart: always
|
||||
# devices:
|
||||
# - "/dev/ttyUSB0:/dev/ttyUSB0"
|
||||
Reference in New Issue
Block a user