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.

docker-compose.template 214B

12345678910111213
  1. #version: '3'
  2. #services:
  3. nodered:
  4. restart: always
  5. image: nodered/node-red:latest
  6. container_name: nodered
  7. ports:
  8. - "1880:1880"
  9. volumes:
  10. - /opt/nodered:/data
  11. #privileged: true