fix volume mount for haproxy

This commit is contained in:
root 2025-01-05 16:00:37 +00:00
parent 9a211eb3b1
commit 1afa46fa4d

View File

@ -5,3 +5,5 @@ services:
context: .
image: haproxy
network_mode: "host"
volumes:
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro