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