mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Changes required due to labels type change in ServiceConfig
This commit is contained in:
@@ -79,10 +79,10 @@ outer:
|
||||
Privileged: true,
|
||||
Image: "autoformat",
|
||||
Command: format,
|
||||
Labels: []string{
|
||||
config.DETACH + "=false",
|
||||
config.SCOPE + "=" + config.SYSTEM,
|
||||
},
|
||||
Labels: project.NewSliceorMap(map[string]string{
|
||||
config.DETACH: "false",
|
||||
config.SCOPE: config.SYSTEM,
|
||||
}),
|
||||
LogDriver: "json-file",
|
||||
Environment: []string{
|
||||
"MAGIC=" + boot2dockerMagic,
|
||||
|
Reference in New Issue
Block a user