This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/haproxy/docker-compose.yml

11 lines
160 B
YAML

version: "3.3"
services:
gateway:
image: haproxy
volumes:
- ./config:/usr/local/etc/haproxy:ro
ports:
- 80:80
- 443:443
network_mode: "host"