2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 01:57:22 +01:00

update node-red

This commit is contained in:
kev
2017-04-30 21:58:14 +08:00
parent 2a64285a86
commit 8e1ff7743f
8 changed files with 18 additions and 9 deletions

View File

@@ -4,4 +4,6 @@ node-red:
- "1880:1880"
volumes:
- ./data:/root/.node-red
- /dev/input:/dev/input
privileged: yes
restart: always