Upload files to 'node-red'
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
node-red:
|
||||||
|
image: nodered/node-red
|
||||||
|
container_name: node-red
|
||||||
|
ports:
|
||||||
|
- "1880:1880"
|
||||||
|
volumes:
|
||||||
|
- "node-red-data:/data"
|
||||||
Reference in New Issue
Block a user