Fix acme storage file docker mounting example
This commit is contained in:
parent
d5e3bb1b6d
commit
17ce295c30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue