mirror of
https://github.com/rancher/os.git
synced 2025-09-16 23:21:19 +00:00
Fix loading network files from ros service
compose commands
This commit is contained in:
@@ -23,7 +23,7 @@ func (p *projectFactory) Create(c *cli.Context) (*project.Project, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return compose.GetProject(cfg)
|
||||
return compose.GetProject(cfg, true)
|
||||
}
|
||||
|
||||
func beforeApp(c *cli.Context) error {
|
||||
|
Reference in New Issue
Block a user