From 7b61be60d8cba33e35246394be9a41fcebcf0bdf Mon Sep 17 00:00:00 2001 From: Joao Gilberto Date: Sat, 11 Feb 2023 11:44:48 -0600 Subject: [PATCH] Added documentation for volume --- docs/volumes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/volumes.md diff --git a/docs/volumes.md b/docs/volumes.md new file mode 100644 index 0000000..50f6065 --- /dev/null +++ b/docs/volumes.md @@ -0,0 +1,14 @@ +# Volumes + +You can map the following volumes: + +| Volume | Description | +|------|------| +| /etc/haproxy/static/ | The folder that will contain the [config.yml](static.md) file for static configuration | +| /certs/haproxy/ | The folder that will contain the certificates (`PEM`) for the [SSL](ssl.md) | +| /certs/letsencrypt/ | The folder that will contain the certificates (`PEM`) for the SSL. Use this volume to cache the [letsencrypt](letsencrypt.md) certificate and avoid re-issue certificates between restarts. | +| /etc/haproxy/conf.d/ | The folder that will contain the [custom configuration](other.md) files. | +| /etc/haproxy/errors-custom/ | The folder that will contain the [custom error](other.md) files. | + +---- +[Open source ByJG](http://opensource.byjg.com) \ No newline at end of file