1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/haproxy/docker-compose.yml

9 lines
164 B
YAML
Raw Normal View History

2023-06-29 12:48:12 +02:00
version: "3.8"
services:
haproxy:
image: haproxy:alpine
volumes:
- ./data:/usr/local/etc/haproxy
network_mode: host
restart: unless-stopped