fix domain

This commit is contained in:
2026-07-08 13:34:53 +07:00
parent 6d8471efdd
commit 692a83a468
+1 -1
View File
@@ -35,7 +35,7 @@ services:
image: caddy:2-alpine image: caddy:2-alpine
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.imap-copier.rule=Host(`imap-copier.amegahost.kz`)" - "traefik.http.routers.imap-copier.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.imap-copier.entrypoints=https" - "traefik.http.routers.imap-copier.entrypoints=https"
- "traefik.http.routers.imap-copier.tls=true" - "traefik.http.routers.imap-copier.tls=true"
- "traefik.http.routers.imap-copier.tls.certresolver=letsEncrypt" - "traefik.http.routers.imap-copier.tls.certresolver=letsEncrypt"