Skip to content

Commit

Permalink
Use traefik/whoami to replace deprecated image (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliask authored Dec 24, 2024
1 parent 0ced6bd commit 4876b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ services:
- BACKEND=http://dummy

dummy:
image: containous/whoami
image: traefik/whoami

website:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website.rule=PathPrefix(`/website`)
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ services:
- BACKEND=http://dummy

dummy:
image: containous/whoami
image: traefik/whoami

website:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website.rule=PathPrefix(`/website`)
Expand Down

0 comments on commit 4876b54

Please sign in to comment.