1 Star 0 Fork 25

wql1987/trilium

forked from Gitee 极速下载/trilium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start-docker.sh 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
[[ ! -z "${USER_UID}" ]] && usermod -u ${USER_UID} node || echo "No USER_UID specified, leaving 1000"
[[ ! -z "${USER_GID}" ]] && groupmod -g ${USER_GID} node || echo "No USER_GID specified, leaving 1000"
chown -R node:node /home/node
exec su-exec node node ./src/www
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wql1987/trilium.git
git@gitee.com:wql1987/trilium.git
wql1987
trilium
trilium
master

搜索帮助