Skip to content

Commit

Permalink
Fix traefik rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip authored Aug 1, 2023
1 parent 880ac1f commit 889c8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- "traefik.port=80"
- "traefik.default.protocol=http"
- "traefik.docker.network=main"
- "traefik.frontend.rule=Host:ermolaev.co,dev.ermolaev.co,www.ermolaev.co"
- "traefik.frontend.rule=Host:ermolaev.co,www.ermolaev.co"
ports:
- '80'
- '1124:22'
Expand Down

0 comments on commit 889c8ca

Please sign in to comment.