1
0
Fork 0
 
 
Go to file
Ambrose Chua 6da16d7546
continuous-integration/drone/push Build is failing Details
Bump Go version
2019-03-24 23:08:09 +08:00
.drone.yml Drone 1.0 syntax 2018-12-01 13:47:19 +08:00
Caddyfile Initial commit 2017-10-09 18:14:51 +08:00
Dockerfile Bump Go version 2019-03-24 23:08:09 +08:00
LICENSE Fix perms 2017-10-09 18:51:26 +08:00
README.md Add notice 2018-12-01 17:24:00 +08:00

README.md

caddy

A tiny 4MB Caddy image compressed with UPX.

Notice: I keep this manually updated. If it goes out of date, ping me via Twitter @serverwentdown.

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