Skip to content

aitva/caddy-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caddy-arm

A Docker container with a secure Caddy install for ARM. I have built this container folowing the recommendation at linux-systemd.

Usage

The Caddyfile is located at: /etc/caddy and Caddy is started in /var/www.

docker run -d \
    -v "$(pwd)/caddy":/etc/caddy \
    -v "$(pwd)/www":/var/www \
    -u "33:33" \
    -p 80:80 \
    -p 443:443 \
    --name caddy \
    aitva/caddy-arm

About

A Docker container for Caddy on ARM.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages