Skip to content

A Docker image for load balancing based on Caddy

License

Notifications You must be signed in to change notification settings

SimonPrinz/CaddyBalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaddyBalancer

A Docker image for load balancing based on Caddy

Usage

docker run -d \
    -p 8080:80 \
    -e UPSTREAMS="http://12.34.56.78:9999,http://98.76.54.32:1111" \
    ghcr.io/simonprinz/caddybalancer:latest