version: "3" services: node-red: image: nodered/node-red container_name: node-red ports: - "1880:1880" volumes: - "./node-red-data:/data" users: "0"