Docker configuration templates
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- #version: '3'
- #services:
-
- nodered:
- restart: always
- image: nodered/node-red:latest
- container_name: nodered
- ports:
- - "1880:1880"
- volumes:
- - /opt/nodered:/data
- #privileged: true
|