瀏覽代碼

chore: Enable logging on typesense container (#3326)

bo0tzz 2 年之前
父節點
當前提交
b2e06477f8
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docker/docker-compose.yml

+ 0 - 2
docker/docker-compose.yml

@@ -51,8 +51,6 @@ services:
     environment:
       - TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
       - TYPESENSE_DATA_DIR=/data
-    logging:
-      driver: none
     volumes:
       - tsdata:/data
     restart: always