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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user