gists/haproxy

By gists

Updated over 1 year ago

A TCP/HTTP reverse proxy for high availability environments based on alpine

Image
7

5M+

gists/haproxy repository overview

Custom usage:
docker run \
    -d \
    --name haproxy \
    -p 443:443 \
    -v /your/path/haproxy.cfg:/etc/haproxy/haproxy.cfg \
    gists/haproxy
Compose example:
haproxy:
  image: gists/haproxy
  container_name: nfsd
  ports:
    - "443:443"
  volumes:
    - /your/path/haproxy.cfg:/etc/haproxy/haproxy.cfg
  restart: always

Tag summary

Content type

Image

Digest

sha256:d4a0320ef

Size

5.4 MB

Last updated

over 1 year ago

docker pull gists/haproxy