fix: removing unused property

This commit is contained in:
axel7083
2023-09-21 22:09:18 +02:00
parent 4592dd2e23
commit 0302093e0a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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"`