mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
7 lines
123 B
YAML
7 lines
123 B
YAML
|
haproxy:
|
||
|
image: easypi/haproxy-arm
|
||
|
volumes:
|
||
|
- ./haproxy.cfg:/etc/haproxy/haproxy.cfg
|
||
|
net: host
|
||
|
restart: always
|