mirror of
https://github.com/traefik/traefik.git
synced 2025-08-13 18:17:08 +02:00
Merge pull request #441 from NicolasGeraud/patch-1
mount acme folder instead of file
This commit is contained in:
commit
8e561d9f95
@ -134,7 +134,13 @@
|
|||||||
email = "test@traefik.io"
|
email = "test@traefik.io"
|
||||||
|
|
||||||
# File used for certificates storage.
|
# File used for certificates storage.
|
||||||
# WARNING, if you use Traefik in Docker, don't forget to mount this file as a volume.
|
# WARNING, if you use Traefik in Docker, you have 2 options:
|
||||||
|
# - create a file on your host and mount it has a volume
|
||||||
|
# storageFile = "acme.json"
|
||||||
|
# $ docker run -v "/my/host/acme.json:acme.json" traefik
|
||||||
|
# - mount the folder containing the file has a volume
|
||||||
|
# storageFile = "/etc/traefik/acme/acme.json"
|
||||||
|
# $ docker run -v "/my/host/acme:/etc/traefik/acme" traefik
|
||||||
#
|
#
|
||||||
# Required
|
# Required
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user