mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 13:39:51 +08:00
fix(docker): extension in start-docker.sh
This commit is contained in:
parent
1abf1d3f60
commit
1a49a25a7d
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
[ ! -z "${USER_GID}" ] && groupmod -og ${USER_GID} node || echo "No USER_GID specified, leaving 1000"
|
||||
|
||||
chown -R node:node /home/node
|
||||
exec su -c "node ./main" node
|
||||
exec su -c "node ./main.cjs" node
|
Loading…
Add table
Reference in a new issue