Merge pull request #407 from hugobugomugo/patch-1

add docker compose to install instructions
This commit is contained in:
gyptazy
2025-12-24 09:18:11 +01:00
committed by GitHub

View File

@@ -169,6 +169,18 @@ vi proxlb.yaml
docker run -it --rm -v $(pwd)/proxlb.yaml:/etc/proxlb/proxlb.yaml proxlb
```
### Docker Compose
```bash
services:
proxlb:
image: cr.gyptazy.com/proxlb/proxlb:latest
container_name: proxlb
restart: unless-stopped
volumes:
- ./proxlb.yaml:/etc/proxlb/proxlb.yaml:ro
```
*Note: ProxLB container images are officially only available at cr.proxlb.de and cr.gyptazy.com.*
#### Overview of Images