Update README.md
Some checks failed
HAProxy Manager Build and Push / Build-and-Push (push) Failing after 37s

This commit is contained in:
2025-02-20 14:37:18 -08:00
parent a886013421
commit 21e0e99796
2 changed files with 39 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
A Flask-based API service for managing HAProxy configurations, domains, and SSL certificates.
To run the container:
```bash
docker run -d -p 80:80 -p 443:443 -p 8000:8000 -v lets-encrypt:/etc/letsencrypt -v haproxy:/etc/haproxy --name haproxy-manager repo.anhonesthost.net/jknapp/haproxy-manager-base:latest
```
## API Endpoints
### Health Check