diff --git a/docker-compose.yml b/docker-compose.yml index a4a2312..8bde3c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -64,7 +64,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.traefik.entrypoints=https" - - "traefik.http.routers.traefik.rule=Host(`somehost.example.ru`)" + - "traefik.http.routers.traefik.rule=Host(`example.ru`)" - "traefik.http.routers.traefik.tls=true" # - "traefik.http.routers.traefik.tls.certresolver=letsEncrypt" - "traefik.http.routers.traefik.service=api@internal" diff --git a/html-template/index.html b/html-template/index.html index 53118a5..cb38e53 100644 --- a/html-template/index.html +++ b/html-template/index.html @@ -15,24 +15,25 @@