typecho docker https://github.com/typecho/typecho
10K+
docker run -d -p 80:80 --name typecho -v "$PWD":/var/www/html yangxuan8282/typecho
https://github.com/yangxuan8282/docker-image/tree/master/typecho
version: "2"
services:
typecho:
image: yangxuan8282/typecho
restart: "always"
ports:
- "80:80"
volumes:
- "./html:/var/www/html"
Content type
Image
Digest
Size
157.7 MB
Last updated
over 9 years ago
docker pull yangxuan8282/typecho