1
0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 15:09:45 +02: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: environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY} - TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data - TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes: volumes:
- tsdata:/data - tsdata:/data
restart: always restart: always