mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
Merge pull request #407 from hugobugomugo/patch-1
add docker compose to install instructions
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user