Update Docker Compose capabilities for root-entrypoint

Added necessary capabilities for root-entrypoint operations.
This commit is contained in:
Adam Outler
2026-01-22 22:08:36 -05:00
committed by GitHub
parent 97bc220866
commit 44a7f15440

View File

@@ -27,6 +27,9 @@ services:
- NET_ADMIN # Required for ARP scanning
- NET_RAW # Required for raw socket operations
- NET_BIND_SERVICE # Required to bind to privileged ports (nbtscan)
- CHOWN # Required for root-entrypoint to chown /data + /tmp before dropping privileges
- SETUID # Required for root-entrypoint to switch to non-root user
- SETGID # Required for root-entrypoint to switch to non-root group
volumes:
- type: volume # Persistent Docker-managed named volume for config + database