mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Give the container enough time to actually get started
When dealing with a bunch of new certs, it takes more than 1 minute to start
This commit is contained in:
parent
0d49a28dc2
commit
080790dfee
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ in {
|
||||||
bindMounts."${gandi_api}".isReadOnly = true;
|
bindMounts."${gandi_api}".isReadOnly = true;
|
||||||
#bindMounts."${gandi_dns_pat}".isReadOnly = true;
|
#bindMounts."${gandi_dns_pat}".isReadOnly = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
timeoutStartSec = "5min";
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
hostBridge = "br1-23";
|
hostBridge = "br1-23";
|
||||||
localAddress = "192.168.23.21/24";
|
localAddress = "192.168.23.21/24";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue