fix: update dozzle host rule to include server hostname

- Change dozzle. to dozzle..
- Ensures unique hostname when multiple servers use same domain
This commit is contained in:
EZ-Homelab
2026-01-23 18:19:25 -05:00
parent c8ffce2611
commit d58f38ed80

View File

@@ -87,7 +87,7 @@ http:
- authelia@docker - authelia@docker
dozzle-${SERVER_HOSTNAME}: dozzle-${SERVER_HOSTNAME}:
rule: "Host(`dozzle.${DOMAIN}`)" rule: "Host(`dozzle.${SERVER_HOSTNAME}.${DOMAIN}`)"
entryPoints: entryPoints:
- websecure - websecure
service: dozzle-${SERVER_HOSTNAME} service: dozzle-${SERVER_HOSTNAME}