fix(db): add missing hostname for influx access in traefik
This commit is contained in:
@@ -11,7 +11,7 @@ http:
|
||||
# ClientSecret: ""
|
||||
routers:
|
||||
pi-db:
|
||||
rule: "Host(``)"
|
||||
rule: "Host(`ui.e.kb28.ch`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: pi-db
|
||||
|
||||
Reference in New Issue
Block a user