Sign inSign up

yangxuan8282/typecho

By yangxuan8282

Updated over 8 years ago

typecho docker https://github.com/typecho/typecho

Image
3

10K+

yangxuan8282/typecho repository overview

Tags

dev, latest

dev-arm

1.0

1.0-arm

RUN
docker run -d -p 80:80 --name typecho -v "$PWD":/var/www/html yangxuan8282/typecho
Dockerfile

https://github.com/yangxuan8282/docker-image/tree/master/typecho

Docker Compose
version: "2"

services:
  typecho:
    image: yangxuan8282/typecho
    restart: "always"
    ports:
      - "80:80"
    volumes:
      - "./html:/var/www/html"

Tag summary

Content type

Image

Digest

Size

157.7 MB

Last updated

over 9 years ago

docker pull yangxuan8282/typecho