Skip to content

axklim/docker-caddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-caddy

Another one image of caddy web server

Local run, you see: 404 Not Found

docker run --rm -p 80:2015 \
    -v $(pwd)/Caddyfile:/Caddyfile \
    -v $(pwd)/caddy:/caddy gudik/caddy

Simple Caddyfile:

localhost {
}

About

Another one image of caddy web server

Resources

Stars

Watchers

Forks

Packages

No packages published