summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-10-23 11:42:34 -0400
committerJoey Hess2014-10-23 11:42:34 -0400
commit26bef2486d27b2cde6feda633c6a7509675a3fe5 (patch)
treecb2aef061ae9ab0476824010abc6768b74fe0413 /src/Propellor/Property
parentd3a351e3a0b9fadb1a126bc94143ee6cd410e722 (diff)
Revert "Revert "propellor spin""
This reverts commit 8d353813bf1e4d0c64f33cf2beed0938eeca92b4.
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/Docker.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs
index b717fe19..0e71acd3 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