Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 235 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 235 Bytes

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