diff --git a/docker-compose.yml b/docker-compose.yml index 5cd5660..17a4436 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: - "2222:2222" labels: traefik.enable: true - traefik.http.routers.gitea.rule: Host(`git.tams.tech`) + traefik.http.routers.gitea.rule: Host(`git.tams.tech`, `git.techwork.zone`) traefik.http.routers.gitea.tls: true traefik.http.routers.gitea.tls.certresolver: letsencrypt traefik.http.services.gitea-service.loadbalancer.server.port: 3000