mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-30 18:29:29 -05:00
docs: update restart_policy for service. Closes #228
This commit is contained in:
parent
6248c691f9
commit
546c6aeef1
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ resource "docker_service" "foo" {
|
|||
}
|
||||
}
|
||||
|
||||
restart_policy {
|
||||
restart_policy = {
|
||||
condition = "on-failure"
|
||||
delay = "3s"
|
||||
max_attempts = 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue