mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
10 lines
170 B
YAML
10 lines
170 B
YAML
node-red:
|
|
image: easypi/node-red-arm
|
|
ports:
|
|
- "1880:1880"
|
|
volumes:
|
|
- ./data:/root/.node-red
|
|
- /dev/input:/dev/input
|
|
privileged: yes
|
|
restart: always
|