diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-23 11:39:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-23 11:39:29 -0400 |
| commit | 8d353813bf1e4d0c64f33cf2beed0938eeca92b4 (patch) | |
| tree | 3b6b78300ed939e91bbe7acc84986dd71b0cd111 /src/Propellor/Property | |
| parent | ac7b182b5a0f3711414757d05bb461385516e700 (diff) | |
Revert "propellor spin"
This reverts commit ac7b182b5a0f3711414757d05bb461385516e700.
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/Docker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index 0e71acd3..b717fe19 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -157,7 +157,7 @@ mkContainer cid@(ContainerId hn _cn) h = Container h' = h -- Restart by default so container comes up on -- boot or when docker is upgraded. - -- &^ restart RestartAlways + &^ restart RestartAlways -- Expose propellor directory inside the container. & volume (localdir++":"++localdir) -- Name the container in a predictable way so we |
