diff --git a/apps/tmdb-addon/compose.yaml b/apps/tmdb-addon/compose.yaml index a4d1ea2..7cf4838 100644 --- a/apps/tmdb-addon/compose.yaml +++ b/apps/tmdb-addon/compose.yaml @@ -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?}`)"