File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments