Consistent entryPoints capitalization in CLI flag usage
This commit is contained in:
parent
fe0af1ec4b
commit
f84e00e481
18 changed files with 83 additions and 83 deletions
|
@ -50,7 +50,7 @@ What changed between the basic example:
|
|||
```yaml
|
||||
command:
|
||||
# Traefik will listen to incoming request on the port 443 (https)
|
||||
- "--entrypoints.websecure.address=:443"
|
||||
- "--entryPoints.websecure.address=:443"
|
||||
ports:
|
||||
- "443:443"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue