No description
Find a file
Ulysia faaa0f69fb
All checks were successful
Build and push Docker image / docker (push) Successful in 8s
Merge pull request 'added readme' (#1) from dev into main
Reviewed-on: #1
2025-11-19 12:37:13 +01:00
.github/workflows Update .github/workflows/build.yml 2025-11-01 22:29:21 +01:00
Dockerfile Update Dockerfile 2025-11-18 14:52:18 +01:00
README.md Update README.md 2025-11-19 12:19:41 +01:00

Customized docker image for the Caddy proxy server

Build status

Plugins installed:

  • github.com/caddy-dns/cloudflare
  • github.com/greenpau/caddy-security
  • github.com/mholt/caddy-webdav
  • pkg.jsn.cam/caddy-defender

To launch a container from this image, it's as easy as pulling and running.

docker pull git.derg.cz/ulysia/caddy/caddy:latest

docker run -d \
  --name caddy \
  -p 80:80 \
  -p 443:443 \
  -p 443:443/udp \
  -p 2019:2019 \
  -v ./Caddyfile:/etc/caddy/Caddyfile:ro \
  git.derg.cz/ulysia/caddy/caddy:latest

Please note that caddy does come with a default Caddyfile but I recommend using your own.