Set an absurd timeout length for containers
This commit is contained in:
@@ -18,6 +18,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
timeoutStartSec = "20min";
|
||||||
hostAddress = "192.168.${container.subnet}.1";
|
hostAddress = "192.168.${container.subnet}.1";
|
||||||
localAddress = "192.168.${container.subnet}.2";
|
localAddress = "192.168.${container.subnet}.2";
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user