1
0
Fork 0
docker-easy-haproxy/docs/volumes.md
Claude 96120d4554
Add Docusaurus frontmatter and improve documentation structure
- Add sidebar_position to all documentation files (1-15)
- Add "Configuration Reference" section to README.md with links to:
  - Container Labels
  - Environment Variables
  - Volumes
  - Other Configurations
  - Limitations
- Ensure sidebar_position values match README.md link order exactly
- Order follows logical flow: Platform installation → Tool installation → Special topics → Configuration reference
- All documentation now properly configured for Docusaurus
2025-11-09 23:44:14 +00:00

1.2 KiB

sidebar_position
13

Volumes

You can map the following volumes:

Volume Description
/etc/haproxy/static/ The folder that will contain the config.yml file for static configuration
/certs/haproxy/ The folder that will contain the certificates (PEM) for the SSL
/certs/certbot/ The folder that will contain the certificates (PEM) processed by Certbot (e.g. Let's Encrypt). More info: acme.
/etc/haproxy/conf.d/ The folder that will contain the custom configuration files.
/etc/haproxy/errors-custom/ The folder that will contain the custom error html files.

Open source ByJG