summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2016-10-09 09:53:09 -0600
committerAnthony Fok <foka@debian.org>2016-10-09 10:10:50 -0600
commit1f0877947e7fc796a9dd68703232ea5857c5aad8 (patch)
tree1e1e94bdd0d5dddbd1d77809d71780063f78426e /snapcraft.yaml
parenta7e2a04d5b0c045de1feaa4d0d09252aab7d510d (diff)
snap: Add "network-bind" plug for "hugo server" to work
See #2532
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index b97e6f51e..72a05ac07 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -11,7 +11,7 @@ grade: devel # "devel" or "stable"
apps:
hugo:
command: bin/hugo
- plugs: [home]
+ plugs: [home, network-bind]
parts:
hugo: