Skip to content

Commit b9a845d

Browse files
committed
📝 fix compose for exemple custom captcha
1 parent 03b7406 commit b9a845d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/custom-captcha/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
container_name: "traefik"
55
restart: unless-stopped
66
command:
7-
- "--log.level=DEBUG"
7+
# - "--log.level=DEBUG"
88
- "--accesslog"
99
- "--accesslog.filepath=/var/log/traefik/access.log"
1010
- "--api.insecure=true"
@@ -75,7 +75,7 @@ services:
7575
- "traefik.enable=false"
7676

7777
wicketkeeper:
78-
image: ghcr.io/a-ve/wicketkeeper:latest
78+
image: ghcr.io/maxlerebourg/wicketkeeper:latest
7979
container_name: "wicketkeeper"
8080
environment:
8181
- ROOT_URL=http://localhost:8080
@@ -93,7 +93,7 @@ services:
9393
- "traefik.http.routers.router-wicketpeeker.rule=Host(`captcha.localhost`)"
9494
- "traefik.http.routers.router-wicketpeeker.entrypoints=web"
9595
# Definition of the service
96-
- "traefik.http.services.service-foo.loadbalancer.server.port=8080"
96+
- "traefik.http.services.service-whitekeeper.loadbalancer.server.port=8080"
9797
depends_on:
9898
- redis
9999

0 commit comments

Comments
 (0)