Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 211 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 211 Bytes

geektrcloud/caddy

docker run -it --rm --name caddy -p 80:80 -p 443:443 \
  -v "$PWD/demo/Caddyfile":/etc/Caddyfile:ro \
  -v "$PWD/demo/index.html":/srv/index.html:ro \
  geektrcloud/caddy:latest