Skip to content
Snippets Groups Projects
README.md 329 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
# HAproxy

The smallest HAproxy docker image in town ;)

## Run

```bash
docker run\
  -v /haproxy-config:/etc/haproxy\
  -p 80:80\
  -p 443:443\
Pierre Ozoux's avatar
Pierre Ozoux committed
  indiepaas/haproxy
Pierre Ozoux's avatar
Pierre Ozoux committed
```

Pierre Ozoux's avatar
Pierre Ozoux committed
Have a look to [indiepaas/confd](https://registry.hub.docker.com/u/indiepaas/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`.