Better examples for Swarm
This commit is contained in:
parent
7dc683b254
commit
aa5f8055f5
6 changed files with 208 additions and 0 deletions
14
docs/volumes.md
Normal file
14
docs/volumes.md
Normal file
|
|
@ -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) html files. |
|
||||
|
||||
----
|
||||
[Open source ByJG](http://opensource.byjg.com)
|
||||
Loading…
Add table
Add a link
Reference in a new issue