Open thinkloop opened 3 months ago
@thinkloop Have you checked the logs in your standard-notes-server container at var/lib/server/logs
. They should give you some hints with what is wrong.
Same issue. All faillogs
and lastlogs
in /var/lib/containers/storage/overlay/*/*/var/log
are empty, and dpkg
logs and alternatives
logs offer no hints. history
logs are all equally unhelpful.
Hello, I followed the instructions to self-host Standard Notes using the instructions here: https://standardnotes.com/help/self-hosting/docker
However I am unable to load the service at http://nas.example.com:3000/ where I expect it.
When I start docker and tail the main server service I get these logs:
My .env file is as specified in the instructions with the db password and last 3 keys filled in:
My docker compose file is as specified with some services renamed and paths changed since it is part of a larger docker deployment:
Any hints on what's going wrong or where I can look to find error messages?
Thanks!