Skip to content

Commit c515e74

Browse files
committed
Update traefik image references to use %%IMAGE%% templating
(not sure how we missed these previously)
1 parent 05f6608 commit c515e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

traefik/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Start Traefik v3:
2929
docker run -d -p 8080:8080 -p 80:80 \
3030
-v $PWD/traefik.yml:/etc/traefik/traefik.yml \
3131
-v /var/run/docker.sock:/var/run/docker.sock \
32-
traefik:v3
32+
%%IMAGE%%:v3
3333
```
3434

3535
Start a backend server using the `traefik/whoami` image:
@@ -89,7 +89,7 @@ Start Traefik v2:
8989
docker run -d -p 8080:8080 -p 80:80 \
9090
-v $PWD/traefik.yml:/etc/traefik/traefik.yml \
9191
-v /var/run/docker.sock:/var/run/docker.sock \
92-
traefik:v2.11
92+
%%IMAGE%%:v2.11
9393
```
9494

9595
Start a backend server using the `traefik/whoami` image:

0 commit comments

Comments
 (0)