Update README.md
Some checks failed
HAProxy Manager Build and Push / Build-and-Push (push) Failing after 37s
Some checks failed
HAProxy Manager Build and Push / Build-and-Push (push) Failing after 37s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user