Skip to content

Commit 4876b54

Browse files
authored
Use traefik/whoami to replace deprecated image (#26)
1 parent 0ced6bd commit 4876b54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ services:
3030
- BACKEND=http://dummy
3131

3232
dummy:
33-
image: containous/whoami
33+
image: traefik/whoami
3434

3535
website:
36-
image: containous/whoami
36+
image: traefik/whoami
3737
labels:
3838
- traefik.enable=true
3939
- traefik.http.routers.website.rule=PathPrefix(`/website`)

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ services:
3030
- BACKEND=http://dummy
3131

3232
dummy:
33-
image: containous/whoami
33+
image: traefik/whoami
3434

3535
website:
36-
image: containous/whoami
36+
image: traefik/whoami
3737
labels:
3838
- traefik.enable=true
3939
- traefik.http.routers.website.rule=PathPrefix(`/website`)

0 commit comments

Comments
 (0)