1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/haproxy/docker-compose.yml
2023-06-29 18:48:12 +08:00

9 lines
164 B
YAML

version: "3.8"
services:
haproxy:
image: haproxy:alpine
volumes:
- ./data:/usr/local/etc/haproxy
network_mode: host
restart: unless-stopped