Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

利用docker部署nginx服务(2021-11-11) #23

Open
yaogengzhu opened this issue Nov 11, 2021 · 1 comment
Open

利用docker部署nginx服务(2021-11-11) #23

yaogengzhu opened this issue Nov 11, 2021 · 1 comment

Comments

@yaogengzhu
Copy link
Owner

相关文章
https://juejin.cn/post/6844903841951907847

@yaogengzhu
Copy link
Owner Author

docker 时区---8小时时差 问题的解决

最近服务部署,出现了8小时时差问题,解决方案

docker exec -it <容器> /bin/bash  # 第一步
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #第二步
docker restart <容器> # 第三步

解决地址

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant