1
0
Fork 0
docker-easy-haproxy/docs/volumes.md
2023-02-11 11:44:48 -06:00

766 B

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/letsencrypt/ The folder that will contain the certificates (PEM) for the SSL. Use this volume to cache the letsencrypt certificate and avoid re-issue certificates between restarts.
/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 files.

Open source ByJG