Issue with ntp server: solved

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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.