diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-27 17:29:13 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-27 17:29:13 -0400 |
| commit | f6ccfeae4facbbddd1ef6818313700b990306d1b (patch) | |
| tree | 53f97861ee1b47acb024e105c72b2c433f391cf6 /src | |
| parent | f69e185f99394b658f14f9d62a8fb55f7d179d30 (diff) | |
fix build
Diffstat (limited to 'src')
| -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 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 |
