inspircd/haproxy/docker-compose.yml

8 lines
119 B
YAML
Raw Permalink Normal View History

services:
haproxy:
restart: on-failure:3
build:
context: .
image: haproxy
network_mode: "host"