hexo blog 的两种部署方式 -> Github Pages && Docker
沉默的湮灰 - https://v7lin.github.io
沉默的湮灰 - http://blog.haitanyule.com
# 版本
version: "3"
# 服务
services:
blog:
container_name: blog
image: v7lin/blog:latest
restart: always
hostname: blog
ports:
- 8080:80
environment:
- TZ=${TIME_ZONE}
Content type
Image
Digest
Size
7 MB
Last updated
over 7 years ago
docker pull v7lin/blog