diff --git a/docker-compose.yml b/docker-compose.yml index 4cc5171..d00df7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - traefik-public labels: - "traefik.enable=true" - - "traefik.http.routers.mycofi.rule=Host(`mycofi.earth`) || Host(`www.mycofi.earth`)" + - "traefik.http.routers.mycofi.rule=Host(`mycofi.earth`) || Host(`www.mycofi.earth`) || Host(`zine.mycofi.earth`)" - "traefik.http.routers.mycofi.entrypoints=web" - "traefik.http.services.mycofi.loadbalancer.server.port=3000" - "traefik.docker.network=traefik-public"