mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
fix alias not showing
This commit is contained in:
parent
1e97d1230a
commit
0e886f5ddf
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ type (
|
|||
|
||||
// raw entry object before validation
|
||||
// loaded from docker labels or yaml file
|
||||
Alias string `json:"-"`
|
||||
Alias string `json:"alias"`
|
||||
Scheme string `json:"scheme,omitempty"`
|
||||
Host string `json:"host,omitempty"`
|
||||
Port string `json:"port,omitempty"`
|
||||
|
|
Loading…
Add table
Reference in a new issue