搭建支持 HTTPS 的博客
1 min read

搭建支持 HTTPS 的博客

asciicast

Start a blog platform(WordPress or Ghost) with:

  • HTTPS supported.

  • Redirect HTTP to HTTPS automatically.

  • Store All blog contents and database to directory ./data for easy migration.

Usage

docker-compose -f wordpress.yml up -d
docker-compose -f ghost.yml up -d
  • Wait for the initialization about 2 minutes.

  • Point to https:/YOU-DOMAIN with browser.

Original on my GitHub