likeToDream commented on issue #2446: URL: https://github.com/apache/iotdb/issues/2446#issuecomment-760793852
最后我是通过重新构建镜像,来实现的, 新建Dockerfile,在下面添加这个时区的参数 ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone 最后再启动新镜像,时间对上服务器时间 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
