Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 548 Bytes

Docker Repository on Quay

Build with

docker build -t quay.io/mirrorhub/client .

Start with

docker run -p 873:873  -p 80:80 -p 443:443 \
	-v "`pwd`/volumes/mirror":/srv/mirror
	-v "`pwd`/volumes/nginx":/srv/nginx
	-v "`pwd`/volumes/letsencrypt/live":/etc/letsencrypt/live
	-v "`pwd`/volumes/letsencrypt/archive":/etc/letsencrypt/archive
	-i -t -h vnode-hetzner.my-node.de   quay.io/mirrorhub/client