diff options
-rw-r--r-- | snapcraft.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index d1ef6856..e28987db 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -21,6 +21,12 @@ plugs: interface: content target: $SNAP_DATA/shared +hooks: + configure: + plugs: + - network + - network-bind + slots: mongodb-slot: interface: content |