8 lines
119 B
YAML
8 lines
119 B
YAML
|
services:
|
||
|
haproxy:
|
||
|
restart: on-failure:3
|
||
|
build:
|
||
|
context: .
|
||
|
image: haproxy
|
||
|
network_mode: "host"
|