Skip to content

Commit

Permalink
!fixup Add restart option to Fig. Related to docker#478
Browse files Browse the repository at this point in the history
  • Loading branch information
paulRbr committed Oct 28, 2014
1 parent 1f601ce commit 140695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fig/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def start_container(self, container=None, intermediate_container=None, **overrid
privileged=privileged,
network_mode=net,
dns=dns,
restart=restart
restart_policy=restart
)
return container

Expand Down

0 comments on commit 140695e

Please sign in to comment.