Replies: 4 comments 6 replies
-
Hi, you just have to set a random value for APP_KEY and JWT_SECRET Feel free to ask again if you should have any more questions |
Beta Was this translation helpful? Give feedback.
-
I think I am too dumb to configure your script the right way :). I dont understand your volume variables. I added the correct uid to have rights for the docker folder. docker run -p 8000:80 -i --rm --name=benotes |
Beta Was this translation helpful? Give feedback.
-
Ok. I had some time to test a little more ;) docker run -p 5678:5678 -i --rm I had to change the port, because I got the error: Bind for 0.0.0.0:8000 failed: port is already allocated. I also changed this port in the .env file. I had to remove the t argument because I got the error: the input device is not a TTY The latest error I get is: docker: Error response from daemon: Bind mount failed: '/root/nginx/logs' does not exists What do I have to do here? |
Beta Was this translation helpful? Give feedback.
-
I assume you were in Also your |
Beta Was this translation helpful? Give feedback.
-
Hi.
I am not a synology or docker expert, but I already installed some docker containers on my synology.
But I never tried to install a container like benotes.
1. wget -O .env https://raw.githubusercontent.com/fr0tt/benotes/master/.env.sqlite.example
This works. I downloaded this file on my windows machine
2. copy the content of this file into a new file called .env
This works. I copied the content of your file to a file called .env on my machine
3. edit .env by setting a random secret for APP_KEY (generated with e.g. openssl rand -base64 32) and JWT_SECRET
??? I dont know what to do here. I have to set a key, but what does the rest mean?
Beta Was this translation helpful? Give feedback.
All reactions