Allow website to handle traffic to second domain

This commit is contained in:
Jake Howard
2022-11-16 14:56:17 +00:00
parent 330e7e9305
commit c91b1ba871
2 changed files with 9 additions and 1 deletions

View File

@ -30,7 +30,7 @@ services:
<<: *website
labels:
- traefik.enable=true
- traefik.http.routers.website.rule=Host(`theorangeone.net`)
- traefik.http.routers.website.rule=Host(`theorangeone.net`) || Host(`jakehoward.tech`)
networks:
- default
- traefik