Simple HAProxy-based reverse proxy
1.7K
This repository contains a basic Docker image that provides a simple HAProxy-based TCP reverse proxy.
| Name | Description | Default |
|---|---|---|
BACKEND_URL | URL of the backend server that should receive the incoming TCP requests | Required |
The reverse proxy listens on port 80 by default.
docker run -dP --name=simple_rev_proxy -e BACKEND_URL=my.backend.server:9191 agmangas/simple-haproxy-bridge
Content type
Image
Digest
Size
54.4 MB
Last updated
almost 10 years ago
docker pull agmangas/simple-haproxy-bridge