You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/15 09:49:08 UTC

[GitHub] [iotdb] kqkdChen commented on issue #2446: iotdb内部日志时间显示不对

kqkdChen commented on issue #2446:
URL: https://github.com/apache/iotdb/issues/2446#issuecomment-760789587


   我分享以下我的docker-compose文件,容器跑了3个月,时间是没问题的,一切ok
   ```yml
   version: '3.7'
   services:
     iotdb:
       image: apache/iotdb:0.11.1
       ports:
         - 6667:6667
         - 8181:8181
         - 1883:1883
       environment:
         - TZ=Asia/Shanghai
       logging:
         driver: "json-file"
         options:
           max-size: "1g"
       volumes:
       - ./conf:/iotdb/conf
       - ./data:/iotdb/data
       # - /data/iotdb/logs:/iotdb/logs
   ```


----------------------------------------------------------------
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:
users@infra.apache.org