docs: update restart_policy for service. Closes #228

This commit is contained in:
Manuel Vogel 2019-12-17 18:31:21 +01:00
parent 6248c691f9
commit 546c6aeef1
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -191,7 +191,7 @@ resource "docker_service" "foo" {
}
}
restart_policy {
restart_policy = {
condition = "on-failure"
delay = "3s"
max_attempts = 4