Skip to content

Commit

Permalink
Update traefik image references to use %%IMAGE%% templating
Browse files Browse the repository at this point in the history
(not sure how we missed these previously)
  • Loading branch information
tianon committed Jan 13, 2025
1 parent 05f6608 commit c515e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traefik/content.md
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ Start Traefik v3:
docker run -d -p 8080:8080 -p 80:80 \
-v $PWD/traefik.yml:/etc/traefik/traefik.yml \
-v /var/run/docker.sock:/var/run/docker.sock \
traefik:v3
%%IMAGE%%:v3
```

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

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

0 comments on commit c515e74

Please sign in to comment.