Giving I already changed the timezone of docker container correctly. Do I need to install a NTP server inside the docker container to periodically sync the time or the conta
Add /etc/localtime:/etc/localtime:ro to the volumes attribute.
/etc/localtime:/etc/localtime:ro
volumes
Look at this link to demonstrate an example.