mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
add haproxy
This commit is contained in:
6
haproxy/docker-compose.yml
Normal file
6
haproxy/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
haproxy:
|
||||
image: haproxy:alpine
|
||||
volumes:
|
||||
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
||||
net: host
|
||||
restart: always
|
||||
Reference in New Issue
Block a user