Operating system
Linux
Joplin version
2.14.2
Sync target
Joplin Server
What issue do you have?
I had the following issue:
joplin-server was working about 30 minutes after installation/update, in the meantime we got a bad gateway error. after an update of the docker-compsoe.yml again 30 minutes of waiting.
issue:
entry in the logs, ntp server could not be reached.
solution:
new environment variable in docker compose file with internal ntp server:
environment:
- NTP_SERVER=address:port
now joplin starts instantly.