mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
chore: Enable logging on typesense container (#3326)
This commit is contained in:
parent
632971a2ac
commit
b2e06477f8
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue