Skip to content

Commit

Permalink
chenge traefik route name
Browse files Browse the repository at this point in the history
  • Loading branch information
noureddineNh9 committed Feb 25, 2023
1 parent 46cb85b commit 2fecd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
build: .
labels:
- "traefik.enable=true"
- "traefik.http.routers.client.rule=Host(`quiz-test.nh9.dev`)"
- "traefik.http.routers.client.entrypoints=web"
- "traefik.http.routers.quiz-test-client.rule=Host(`quiz-test.nh9.dev`)"
- "traefik.http.routers.quiz-test-client.entrypoints=web"
networks:
- web

Expand Down

0 comments on commit 2fecd51

Please sign in to comment.