bugfix paheko

This commit is contained in:
2024-08-08 15:55:19 +02:00
parent 5bf01b77db
commit 588ab341bc
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ services:
external_links:
- ${smtpServName}:${smtpHost}.${domain}
labels:
- "traefik.docker.network=pahekoNet"
- "traefik.enable=true"
- "traefik.frontend.rule=HostRegexp:{host:[a-zA-Z0-9_-]+-${pahekoHost}}.${domain}"
- "traefik.http.routers.${pahekoServName}.rule=HostRegexp(`{host:[a-zA-Z0-9_-]+-${pahekoHost}}.${domain}`)"