fix example

This commit is contained in:
Joey Hess 2015-06-02 00:14:08 -04:00
parent e11c68cf1e
commit af450d89c8
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ instance Publishable (Proto, Bound Port) where
-- >
-- > webserver :: Systemd.container
-- > webserver = Systemd.container "webserver" (Chroot.debootstrapped (System (Debian Testing) "amd64") mempty)
-- > & Systemd.privateNetwork
-- > & Systemd.running Systemd.networkd
-- > & Systemd.publish (Port 80 ->- Port 8080)
-- > & Apt.installedRunning "apache2"