Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 232 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 232 Bytes

caddy

docker build -t local/caddy .
docker run \
  --volume $PWD/Caddyfile:/Caddyfile \
  --volume $PWD/certs:/root/.caddy \
  --volume $PWD/www:/var/www \
  --publish 80:80 \
  --publish 443:443 \
  local/caddy