Docker images
Pre-built multi-arch images (linux/amd64, linux/arm64) are published to the GitHub Container Registry on every release:
| Image | Backend | Use case |
|---|---|---|
ghcr.io/cams-data/proxy-hopper:latest | Memory | Single instance |
ghcr.io/cams-data/proxy-hopper:latest-redis | Redis | Multi-instance HA |
Write a config file
Run
Validate your config
Before starting, you can validate the config file without running the server:Send a test request
Override settings with environment variables
Limitations of the memory backend
- State is lost on restart — quarantined IPs, cooldown timers, and queue state reset when the container restarts
- Single instance only — if you run more than one container, each has its own independent pool state