chore: Enable logging on typesense container (#3326)

pull/3329/head
bo0tzz 2023-07-18 18:19:16 +02:00 committed by GitHub
parent 632971a2ac
commit b2e06477f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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