From 0bcbffad989e0274beeda147d319df3a5e05aeca Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Jun 2015 17:53:31 -0400 Subject: propellor spin --- config-joey.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index 83eb5430..e77a1c35 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -409,7 +409,6 @@ iabak = host "iabak.archiveteam.org" -- Simple web server, publishing the outside host's /var/www webserver :: Systemd.Container webserver = standardStableContainer "webserver" - & Systemd.publish (Port 80) & Systemd.bind "/var/www" & Apt.serviceInstalledRunning "apache2" -- cgit v1.2.3