1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/node-red/arm/docker-compose.yml

10 lines
160 B
YAML
Raw Normal View History

2015-12-04 11:56:19 +02:00
node-red:
2016-07-08 13:53:48 +02:00
image: easypi/node-red-arm
2015-12-04 11:49:45 +02:00
ports:
- "1880:1880"
volumes:
2019-03-13 07:38:16 +02:00
- ./data:/data
2016-08-22 05:37:10 +02:00
- /dev/input:/dev/input
2016-08-19 11:49:41 +02:00
privileged: yes
2015-12-04 11:49:45 +02:00
restart: always