mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
fix docker file permissions so 777 is no longer needed
This commit is contained in:
4
start-docker.sh
Executable file
4
start-docker.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
chown -R node:node /home/node
|
||||
su-exec node node ./src/www
|
||||
Reference in New Issue
Block a user