1
0
Fork 0
 
 
Go to file
Ambrose Chua 99c9f19919 Add more comments in Dockerfile 2017-10-09 20:46:45 +08:00
Caddyfile Initial commit 2017-10-09 18:14:51 +08:00
Dockerfile Add more comments in Dockerfile 2017-10-09 20:46:45 +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