fix alias not showing

This commit is contained in:
yusing 2025-01-04 12:18:52 +08:00
parent 1e97d1230a
commit 0e886f5ddf

View file

@ -24,7 +24,7 @@ type (
// raw entry object before validation // raw entry object before validation
// loaded from docker labels or yaml file // loaded from docker labels or yaml file
Alias string `json:"-"` Alias string `json:"alias"`
Scheme string `json:"scheme,omitempty"` Scheme string `json:"scheme,omitempty"`
Host string `json:"host,omitempty"` Host string `json:"host,omitempty"`
Port string `json:"port,omitempty"` Port string `json:"port,omitempty"`