summaryrefslogtreecommitdiff
path: root/services/znc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'services/znc.yml')
-rw-r--r--services/znc.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/services/znc.yml b/services/znc.yml
index 624a252..47d0f78 100644
--- a/services/znc.yml
+++ b/services/znc.yml
@@ -5,6 +5,12 @@ volumes:
services:
znc:
+ depends_on:
+ - runit
build: $IMAGES/znc
volumes:
- znc_data:/data
+ cap_add:
+ - ALL
+ - NET_BIND_SERVICE
+ - SETPCAP