aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/haproxy/docker-compose.yaml
blob: fe861d022e326ac07617424c087079c4224df15b (plain) (blame)
1
2
3
4
5
6
7
8
9
version: "3.4"
services:
  haproxy:
    image: haproxy
    ports:
      - "80:80"
    volumes:
      - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro