Skip to content

Commit 766c8ea

Browse files
committed
initial commit 4
1 parent 6592d51 commit 766c8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Traefik Block Regex Urls
22

3-
A [Traefik](https://github.com/containous/traefik) plugin to block access to certain paths using a list of regex values and return a defined status code.
3+
A [Traefik](https://github.com/traefik/traefik) plugin to block access to certain paths using a list of regex values and return a defined status code.
44

55
## Configuration
66

@@ -56,7 +56,7 @@ services:
5656
ports:
5757
- "80:80"
5858
hello:
59-
image: containous/whoami
59+
image: traefik/whoami
6060
labels:
6161
- traefik.enable=true
6262
- traefik.http.routers.hello.entrypoints=http

0 commit comments

Comments
 (0)