docker run -d -it --name tt -e TZ=Asia/Shanghai -p 80:80 api
使用-e参数指定时区
docker 内时区和宿主机差8个小时,怎么办?
原文:https://www.cnblogs.com/25miao/p/11592269.html