ralphQi

Results 1 issues of ralphQi

在 docker-entrypoint.sh 里增加了: if [[ "X${ORANGE_AUTH}" != "X" ]]; then sed -i "s/\"auth\": false/\"auth\": \"${ORANGE_AUTH}\"/g" ${ORANGE_CONF} fi 并且 run 的时候增加参数 -e ORANGE_AUTH=true 但是认证并没有生效,还是可以直接访问到 Dashboard。 在容器内查看配置文件是启用了auth的。