mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00: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…
Reference in a new issue