Skip to content

podboy/docsify-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docsify docker

Build Docsify Docker Image.

Introduction

Docsify turns one or more Markdown files into a Website, with no build process required.

The image is created by and maintained by zoumingzhe.

Usage

docker pull docker.io/mingzhebaosheng/docsify:latest -p 3000:3000 -v $(pwd):/docs

docker-compose:

version: '3'

services:
  app:
    container_name: docsify
    image: docker.io/mingzhebaosheng/docsify:latest
    privileged: true
    user: ${HOST_USER_ID:-0}:${HOST_GROUP_ID:-0}
    ports:
      - ${APP_PORT:-3000}:3000
    volumes:
      - ./tests:/docs

About

Build Docsify Docker Image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published