0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-04 02:11:44 -05:00

chore: Enable logging on typesense container (#3326)

This commit is contained in:
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

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