Update Traefik image version.

This commit is contained in:
Ludovic Fernandez
2019-09-17 14:12:04 +02:00
committed by Traefiker Bot
parent 254dc38c3d
commit d1a8c7fa78
13 changed files with 19 additions and 18 deletions

View File

@@ -97,7 +97,7 @@ In compose file the entrypoint syntax is different. Notice how quotes are used:
```yaml
traefik:
image: traefik
image: traefik:v1.7
command:
- --defaultentrypoints=powpow
- "--entryPoints=Name:powpow Address::42 Compress:true"
@@ -105,7 +105,7 @@ traefik:
or
```yaml
traefik:
image: traefik
image: traefik:v1.7
command: --defaultentrypoints=powpow --entryPoints='Name:powpow Address::42 Compress:true'
```