1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

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: