Fix acme storage file docker mounting example

This commit is contained in:
Jan Sauer 2019-10-11 14:34:06 +02:00 committed by Traefiker Bot
parent d5e3bb1b6d
commit 17ce295c30

View file

@ -382,7 +382,7 @@ ACME certificates can be stored in a JSON file that needs to have a `600` file m
In Docker you can mount either the JSON file, or the folder containing it:
```bash
docker run -v "/my/host/acme.json:acme.json" traefik
docker run -v "/my/host/acme.json:/acme.json" traefik
```
```bash