zblog docker https://github.com/zblogcn/zblogphp
3.9K
1.5.1, 1.5.1-amd64, amd64, latest
docker run -d -p 80:80 --name zblog -v "$PWD":/var/www/html yangxuan8282/zblog
https://github.com/yangxuan8282/docker-image/tree/master/zblog
version: "2"
services:
zblog:
image: yangxuan8282/zblog
restart: "always"
ports:
- "80:80"
volumes:
- "./html:/var/www/html"
Content type
Image
Digest
Size
159.2 MB
Last updated
over 9 years ago
docker pull yangxuan8282/zblog