-
Hello guys, i am a huge fan of trilium, i set up a docker image on my vps. The problems are the certificates, i have them in my trilium-data directory, but docker logs always:
The directory certs dir has the following permission: and the fullchain and the privkey have the following permissions: The odd thing is that the fullchain doesn't throw an error. Thanks in advance for your help Greetings noteurt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Inside the docker container, the file path for trilium-data is accessible frm |
Beta Was this translation helpful? Give feedback.
Inside the docker container, the file path for trilium-data is accessible frm
/home/node/trilium-data
, not/opt/trilium-data/
. Try modifying the path to that.