Skip to content

Commit

Permalink
fix: new whoami docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
troyxmccall committed Jul 29, 2023
1 parent 616a898 commit b331eef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docker-compose.acouvreur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ services:
- BACKEND=http://dummy

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

website-with-waf:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website-with-waf.rule=PathPrefix(`/website`)
- traefik.http.routers.website-with-waf.middlewares=waf@docker
website:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website.rule=PathPrefix(`/website`)
6 changes: 3 additions & 3 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ services:
- BACKEND=http://dummy

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

website-with-waf:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website-with-waf.rule=PathPrefix(`/website`)
- traefik.http.routers.website-with-waf.middlewares=waf@docker
website:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website.rule=PathPrefix(`/bypass`)
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ services:
- BACKEND=http://dummy

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

website-with-waf:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website-with-waf.rule=PathPrefix(`/website`)
- traefik.http.routers.website-with-waf.middlewares=waf@docker
website:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.website.rule=PathPrefix(`/bypass`)

0 comments on commit b331eef

Please sign in to comment.