Sign inSign up

v7lin/blog

By v7lin

•Updated over 7 years ago

hexo

Image
0

958

v7lin/blog repository overview

Github⁠

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}

Tag summary

Content type

Image

Digest

Size

7 MB

Last updated

over 7 years ago

docker pull v7lin/blog