在宿主机操作docker cp /etc/localtime nginx:/etc/localtime在容器内操作ln -sf /usr/share/zoneinfo/Asia/Singapore /etc/localtime容器启动时添加映射-v /etc/localtime:/etc/localtime