forked from LaconicNetwork/kompose
fix: removing unused property
This commit is contained in:
@@ -118,7 +118,6 @@ type ServiceConfig struct {
|
||||
Args []string `compose:"args"`
|
||||
VolList []string `compose:"volumes"`
|
||||
Network []string `compose:"network"`
|
||||
Profiles []string `compose:"profiles"`
|
||||
Labels map[string]string `compose:"labels"`
|
||||
Annotations map[string]string `compose:""`
|
||||
CPUSet string `compose:"cpuset"`
|
||||
|
||||
Reference in New Issue
Block a user