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:
@@ -87,7 +87,7 @@ http:
|
||||
- authelia@docker
|
||||
|
||||
dozzle-${SERVER_HOSTNAME}:
|
||||
rule: "Host(`dozzle.${DOMAIN}`)"
|
||||
rule: "Host(`dozzle.${SERVER_HOSTNAME}.${DOMAIN}`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: dozzle-${SERVER_HOSTNAME}
|
||||
|
||||
Reference in New Issue
Block a user