Skip to content

armhf-docker-library/caddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caddy for armhf

Build Status

See armhfbuild/caddy for Docker images. Upstream project is mholt/caddy.

Usage

To configure edit Caddyfile.

Example to run Caddy:

docker run \
  --detach \
  --name caddy \
  --volume $PWD/Caddyfile:/Caddyfile \
  --volume $PWD/certs:/root/.caddy \
  --volume $PWD/www:/var/www \
  --link drone \
  --link registry \
  --publish 80:80 \
  --publish 443:443 \
  local/caddy