From d17022e088bf71240c45cc9a0f8953e1255701c6 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 5 Aug 2026 15:44:39 +0000 Subject: [PATCH] Update Monitoring_Containers/netalertx/compose.yaml --- Monitoring_Containers/netalertx/compose.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Monitoring_Containers/netalertx/compose.yaml b/Monitoring_Containers/netalertx/compose.yaml index 221cf3e..c5eefe4 100644 --- a/Monitoring_Containers/netalertx/compose.yaml +++ b/Monitoring_Containers/netalertx/compose.yaml @@ -1,10 +1,7 @@ services: netalertx: network_mode: host # Use host networking for ARP scanning and other services - build: - context: . # Build context is the current directory - dockerfile: Dockerfile # Specify the Dockerfile to use - image: netalertx:latest + image: ghcr.io/netalertx/netalertx:latest container_name: netalertx # The name when you docker contiainer ls read_only: true # Make the container filesystem read-only