updated all instances of restart always to restart on-failure with a max of 5 times

This commit is contained in:
Spencer Smith
2016-11-18 14:33:22 -05:00
parent a5af87758a
commit 0eebe43c08
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ After=docker.service
[Service]
User=root
PermissionsStartOnly=true
ExecStart={{ docker_bin_dir | default("/usr/bin") }}/docker run --restart=always \
ExecStart={{ docker_bin_dir | default("/usr/bin") }}/docker run --restart=on-failure:5 \
--env-file=/etc/etcd.env \
{# TODO(mattymo): Allow docker IP binding and disable in envfile
-p 2380:2380 -p 2379:2379 #}