diff --git a/Monitoring_Containers/netalertx/compose.yaml b/Monitoring_Containers/netalertx/compose.yaml index c5eefe4..1854ff7 100644 --- a/Monitoring_Containers/netalertx/compose.yaml +++ b/Monitoring_Containers/netalertx/compose.yaml @@ -16,9 +16,6 @@ services: - 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 - sysctls: # ARP flux mitigation for host networking accuracy - net.ipv4.conf.all.arp_ignore: 1 - net.ipv4.conf.all.arp_announce: 2 volumes: - /srv/docker/netalertx_data:/data:rw - /etc/localtime:/etc/localtime:ro