make windows container not autostart
This commit is contained in:
parent
e106d261ab
commit
2d0f6dd8eb
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ in
|
|||
"--stop-timeout=120" # 2 minute graceful shutdown
|
||||
];
|
||||
|
||||
autoStart = true;
|
||||
autoStart = false;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue