在Docker中更改Node_RED设定setting.js过程

本文档详细介绍了在Docker环境下配置Node-RED的settings.js文件的过程。由于默认情况下settings.js文件不可编辑,作者通过研究发现应将其挂载到userDir目录。在尝试修改容器内的settings.js时遇到了找不到文件的问题,最终在GitHub上找到Node-RED的目录结构,并通过SSH进入Docker容器,定位到正确的settings.js文件位置。在修改adminAuth部分并启用权限管理后,成功实现了Node-RED的登录功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在Docker中部署了Node-RED,但是没有登录界面,经查询发现是https://nodered.org/docs/configuration所列出问题

但是,在DOcker安装的WEbui,portainer console中没有setting.js,所以网上搜索了一下,找到一下答案

You should not change the copy of settings.js in /usr/src/node-red this is the default and should be left alone. Also editing this file after starting the container will not work as it is copied to the userDir the first time Node-RED is started.

If you want to include your own version you should mount it into the /data directory as this is the userDir for the system when running.

You can use the docker -v option to mount a local copy of the file into the container.

docker -v /path/to/settings.js:/data/settings.js ...

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值