mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-09 18:33:36 +02:00
copied default config into docker image, fixed ls-routes
This commit is contained in:
@@ -20,7 +20,7 @@ type (
|
||||
ContainerID string `json:"container_id" yaml:"-"`
|
||||
ImageName string `json:"image_name" yaml:"-"`
|
||||
|
||||
Labels map[string]string `json:"labels" yaml:"-"`
|
||||
Labels map[string]string `json:"-" yaml:"-"`
|
||||
|
||||
PublicPortMapping PortMapping `json:"public_ports" yaml:"-"` // non-zero publicPort:types.Port
|
||||
PrivatePortMapping PortMapping `json:"private_ports" yaml:"-"` // privatePort:types.Port
|
||||
|
||||
Reference in New Issue
Block a user