fix(tmdb-addon): comment out NO_CACHE by default

This commit is contained in:
Viren070
2025-08-24 23:27:34 +01:00
parent 37c8ef1b9a
commit 4b67d0985e
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- METRICS_PASSWORD=${METRICS_PASSWORD?}
- META_TTL=604800 # 1 week
- CATALOG_TTL=86400 # 1 day
- NO_CACHE=false # Enable cache, set to true to disable
# - NO_CACHE=true # uncomment to disable cache
labels:
- "traefik.enable=true"
- "traefik.http.routers.tmdb.rule=Host(`${TMDB_ADDON_HOSTNAME?}`)"