copied default config into docker image, fixed ls-routes

This commit is contained in:
yusing
2024-11-04 00:31:34 +08:00
parent f5cf716a91
commit c6a9a816f6
3 changed files with 9 additions and 3 deletions

View File

@@ -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