diff --git a/docker-compose.yaml b/docker-compose.yaml
index 8f94c972b720fe52f9850b10dc9c992a10cff086..ce35b6938817d699504393445bf36a0ce2c883c7 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -20,6 +20,7 @@ services:
     labels:
       traefik.enable: true
       traefik.http.routers.tileserver_http.entrypoints: web
+      traefik.http.routers.tileserver_http.rule: Host(`tileserver.metager.de`)
       traefik.http.routers.tileserver_http.middlewares: https_redirect@file
       traefik.http.routers.tileserver_https.entrypoints: websecure
       traefik.http.routers.tileserver_https.rule: Host(`tileserver.metager.de`)
@@ -42,6 +43,7 @@ services:
     labels:
       traefik.enable: true
       traefik.http.routers.tileserver_http.entrypoints: web
+      traefik.http.routers.tileserver_http.rule: Host(`tileserver.maps.metager.de`)
       traefik.http.routers.tileserver_http.middlewares: https_redirect@file
       traefik.http.routers.tileserver_https.entrypoints: websecure
       traefik.http.routers.tileserver_https.rule: Host(`tileserver.maps.metager.de`)