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
https://github.com/sameersbn/docker-gitlab/issues/77
See sameersbn's answer.
option 1: -v /etc/localtime:/etc/localtime:ro option 2: -e "TZ=Asia/Shanghai"