2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 11:07:25 +01:00

rename nodered to node-red

This commit is contained in:
kev
2016-01-08 12:16:00 +08:00
parent 353ff5530c
commit 3f0f4d5597
6 changed files with 14 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
node-red:
image: vimagick/node-red
ports:
- "1880:1880"
volumes:
- ./node-red:/root/.node-red
restart: always