summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-27 17:29:13 -0400
committerJoey Hess2016-03-27 17:29:13 -0400
commitf6ccfeae4facbbddd1ef6818313700b990306d1b (patch)
tree53f97861ee1b47acb024e105c72b2c433f391cf6 /src/Propellor/Property/Docker.hs
parentf69e185f99394b658f14f9d62a8fb55f7d179d30 (diff)
fix build
Diffstat (limited to 'src/Propellor/Property/Docker.hs')
-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 3cb91fd4..ddefef15 100644
--- a/src/Propellor/Property/Docker.hs
+++ b/src/Propellor/Property/Docker.hs
@@ -196,7 +196,7 @@ mkContainerInfo cid@(ContainerId hn _cn) (Container img h) =
runparams = map (\(DockerRunParam mkparam) -> mkparam hn)
(_dockerRunParams info)
info = fromInfo $ hostInfo h'
- h' = modifyHostProps h $ hostProps h
+ h' = setContainerProps h $ containerProps h
-- Restart by default so container comes up on
-- boot or when docker is upgraded.
&^ restartAlways