Add NET_BIND_SERVICE capability to dnsdist container

This commit is contained in:
Christer Warén
2025-08-28 11:55:16 +03:00
parent e1a1e4889a
commit 7f8b4a1e13

View File

@@ -304,6 +304,8 @@
- "/root/data/dnsdist/config.conf:/etc/dnsdist/dnsdist.conf:ro"
tty: yes
interactive: yes
capabilities:
- NET_BIND_SERVICE
when:
- (deployerTaskD1 is defined and deployerTaskD1.changed) or deployerTaskD1 is undefined or (deployerTaskD2 is defined and deployerTaskD2.changed) or deployerTaskD2 is undefined
tags: