Add websecure entrypoint label to nginx-mailcow

This commit is contained in:
thopic 2023-02-06 12:25:41 +01:00
parent 1001db0dfe
commit a372c39f0d
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -12,6 +12,7 @@ services:
labels:
- traefik.enable=true
- traefik.docker.network=proxy
- traefik.http.routers.mail.entrypoints=websecure
- traefik.http.routers.mail.rule=Host(`${MAILCOW_HOSTNAME}`)
- "co.elastic.logs/module=nginx"
- "co.elastic.logs/fileset=access"