1
0
Fork 0
 
 
Go to file
Ambrose Chua 27ab77e1eb
Update Dockerfile
2018-09-01 16:32:39 +08:00
Caddyfile Initial commit 2017-10-09 18:14:51 +08:00
Dockerfile Update Dockerfile 2018-09-01 16:32:39 +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