--- version: '3' services: haproxy: container_name: haproxy image: haproxytech/haproxy-alpine:2.4.7 volumes: - ./config:/usr/local/etc/haproxy:ro environment: - PUID=1000 - PGID=1000 - TZ=America/Toronto restart: unless-stopped ports: - "80:80" - "443:443" - "6443:6443" - "8404:8404" # EOF