Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

How to Avoid Fetching Resources from CDN

林博仁(Buo-Ren Lin) edited this page Mar 20, 2018 · 5 revisions

Rationale

In poor or unavailable Internet access environments the page will delay or fail to render properly. Local resources are preferable in such cases.

Solution

  1. Set and export HMD_USECDN environment variable with value false by editing docker-compose.yml and add HMD_USECDN=false under services: app: environment
  2. Run docker-compose up to recreate the container

Reference

Clone this wiki locally