Skip to content

Commit

Permalink
fix(docker): use official image
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Feb 9, 2022
1 parent e7d5dd4 commit 7204ce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Expand Up @@ -19,5 +19,7 @@ services:
deploy:
labels:
- "traefik.enable=true"
- "traefik.http.routers.quasar.rule=HostRegexp(`quasar.traefik.me`, `quasar.{ip:.*}.traefik.me`)"
- "traefik.http.routers.quasar.rule=Host(`quasar.traefik.me`)"
- "traefik.http.routers.quasar-tls.tls.domains[0].main=quasar.traefik.me"
- "traefik.http.routers.quasar.tls=true"
- "traefik.http.services.quasar.loadbalancer.server.port=80"

0 comments on commit 7204ce8

Please sign in to comment.