Merge pull request #1451 from adamoutler/patch-12

Update Docker Compose capabilities for root-entrypoint
This commit is contained in:
Jokob @NetAlertX
2026-01-23 14:37:23 +11:00
committed by GitHub

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