1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +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

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