Skip to content
This repository was 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 19, 2018 · 5 revisions
  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
Clone this wiki locally