make windows container not autostart

This commit is contained in:
Yan Lin 2025-11-07 18:44:16 +01:00
parent e106d261ab
commit 2d0f6dd8eb

View file

@ -429,7 +429,7 @@ in
"--stop-timeout=120" # 2 minute graceful shutdown
];
autoStart = true;
autoStart = false;
};
};