mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(tmdb-addon): comment out NO_CACHE by default
This commit is contained in:
@@ -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?}`)"
|
||||
|
||||
Reference in New Issue
Block a user