1
0
Fork 0
 
 
Go to file
Ambrose Chua d9bf829479 Improve README.md 2017-10-09 20:12:04 +08:00
hooks Move to a custom build 2017-10-09 20:03:30 +08:00
Caddyfile Initial commit 2017-10-09 18:14:51 +08:00
Dockerfile Move to a custom build 2017-10-09 20:03:30 +08:00
LICENSE Fix perms 2017-10-09 18:51:26 +08:00
README.md Improve README.md 2017-10-09 20:12:04 +08:00
index.html Improve README.md 2017-10-09 20:12:04 +08:00

README.md

caddy

A tiny 4MB Caddy image compressed with UPX.

Usage

Serve files in $PWD:

docker run -it --rm -p 2015:2015 -v $PWD:/srv productionwentdown/caddy

Overwrite Caddyfile:

docker run -it --rm -p 2015:2015 -v $PWD:/srv -v $PWD/Caddyfile:/etc/Caddyfile productionwentdown/caddy

Persist .caddy to avoid hitting Let's Encrypt's rate limit:

docker run -it --rm -p 2015:2015 -v $PWD:/srv -v $PWD/Caddyfile:/etc/Caddyfile -v $HOME/.caddy:/etc/.caddy productionwentdown/caddy