snap: Add "network-bind" plug for "hugo server" to work

See #2532
This commit is contained in:
Anthony Fok 2016-10-09 09:53:09 -06:00
parent a7e2a04d5b
commit 1f0877947e

View file

@ -11,7 +11,7 @@ grade: devel # "devel" or "stable"
apps:
hugo:
command: bin/hugo
plugs: [home]
plugs: [home, network-bind]
parts:
hugo: