1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Update to newer compose

This commit is contained in:
Darren Shepherd
2015-05-11 01:18:42 -07:00
parent c556b8b231
commit 7f4c339034
7 changed files with 213 additions and 163 deletions

View File

@@ -102,9 +102,9 @@ func NewConfig() *Config {
DETACH: "true",
SCOPE: SYSTEM,
}),
Environment: []string{
Environment: project.NewMaporslice([]string{
"DAEMON=true",
},
}),
VolumesFrom: []string{
"system-volumes",
},
@@ -211,9 +211,9 @@ func NewConfig() *Config {
DETACH: "false",
SCOPE: SYSTEM,
}),
Environment: []string{
Environment: project.NewMaporslice([]string{
"CLOUD_INIT_NETWORK=false",
},
}),
VolumesFrom: []string{
"command-volumes",
"system-volumes",