mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
8 lines
147 B
YAML
8 lines
147 B
YAML
services:
|
|
proxlb:
|
|
build: .
|
|
volumes:
|
|
- ./proxlb.conf:/etc/proxlb/proxlb.conf
|
|
restart: unless-stopped
|
|
container_name: proxlb
|