mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Fix loading network files from ros service
compose commands
This commit is contained in:
@@ -53,7 +53,7 @@ func enter(cfg *config.CloudConfig) error {
|
||||
|
||||
log.Infof("Starting Docker in context: %s", context)
|
||||
|
||||
p, err := compose.GetProject(cfg)
|
||||
p, err := compose.GetProject(cfg, true)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user