-
Hello, this is the complete output, thank you: To support Server Side Up projects visit:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I am getting the same error and unable to get more details. I am running this on a raspberry pi arm64 with the below docker command. I looked at all the configuration details and could not find more details. docker run -d --name speedtest-tracker I have to provide permission as it was giving an error to create sqlite file. Log details belowTo support Speedtest Tracker visit:
|
Beta Was this translation helpful? Give feedback.
-
I also had this problem, the folder was created by user root. Making
|
Beta Was this translation helpful? Give feedback.
I also had this problem, the folder was created by user root. Making
sudo chown -R 1000:1000 /folder/path
solved it, thanks!