Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.18 KB

File metadata and controls

38 lines (30 loc) · 1.18 KB

docker-gitignore.io

Build docker image for gitignore.io

Maintainer Language license
Star Fork Watch

Usage

Just run

git clone git@github.com:AlphaQuant/docker-gitignore.io.git

# create docker network
docker network create \
  --driver bridge \
  --subnet 172.28.1.0/24 \
  --gateway 172.28.1.254 public

docker compose up -d

visit websites at: <YourHost>:37789/gitignore

Related GitHub Repos