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:
[email protected]


Reply via email to