forked from Deuxfleurs/infrastructure
Update config to add more time to pull images
This commit is contained in:
parent
1277d94bec
commit
576ac2772e
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ telemetry {
|
||||||
plugin "docker" {
|
plugin "docker" {
|
||||||
config {
|
config {
|
||||||
pull_activity_timeout = "15m"
|
pull_activity_timeout = "15m"
|
||||||
|
volumes {
|
||||||
|
enabled = true
|
||||||
|
}
|
||||||
|
allow_privileged = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue