Documentation Updates: docker-compose examples
This commit is contained in:
parent
2e085fa253
commit
119d0134e0
5 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@ Entrypoints are part of the [static configuration](../getting-started/configurat
|
|||
|
||||
```yaml
|
||||
traefik:
|
||||
image: traefik
|
||||
image: traefik:v2.0 # The official v2.0 Traefik docker image
|
||||
command:
|
||||
- --defaultentrypoints=powpow
|
||||
- "--entryPoints=Name:powpow Address::42 Compress:true"
|
||||
|
@ -74,7 +74,7 @@ Entrypoints are part of the [static configuration](../getting-started/configurat
|
|||
|
||||
```yaml
|
||||
traefik:
|
||||
image: traefik
|
||||
image: traefik:v2.0 # The official v2.0 Traefik docker image
|
||||
command: --defaultentrypoints=powpow --entryPoints='Name:powpow Address::42 Compress:true'
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue