We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c4c26 commit 0fe89aeCopy full SHA for 0fe89ae
1 file changed
docker-compose.dev.yml
@@ -13,7 +13,7 @@ services:
13
image: traefik/whoami:latest
14
labels:
15
traefik.enable: true
16
- traefik.http.routers.whoami.rule: Host(`whoami.example.com`)
+ traefik.http.routers.whoami.rule: Host(`whoami.127.0.0.1.sslip.io`)
17
traefik.http.routers.whoami.middlewares: tinyauth
18
19
tinyauth-frontend:
@@ -27,7 +27,7 @@ services:
27
- 5173:5173
28
29
30
- traefik.http.routers.tinyauth.rule: Host(`tinyauth.example.com`)
+ traefik.http.routers.tinyauth.rule: Host(`tinyauth.127.0.0.1.sslip.io`)
31
32
tinyauth-backend:
33
container_name: tinyauth-backend
0 commit comments