diff options
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 6e58d5d6..baabd8cb 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -68,8 +68,7 @@ container _parenthost name [ Docker.publish "8080:80" , Docker.volume "/var/www:/var/www" , Docker.inside $ props - & serviceRunning "apache2" - `requires` Apt.installed ["apache2"] + & Apt.serviceInstalledRunning "apache2" & Apt.unattendedUpgrades ] |
