Sign inSign up

yangxuan8282/zblog

By yangxuan8282

Updated over 9 years ago

zblog docker https://github.com/zblogcn/zblogphp

Image
0

3.9K

yangxuan8282/zblog repository overview

Tags

1.5.1, 1.5.1-amd64, amd64, latest

1.5.1-arm, arm

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

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

Docker Compose
version: "2"

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

Tag summary

Content type

Image

Digest

Size

159.2 MB

Last updated

over 9 years ago

docker pull yangxuan8282/zblog