Update Monitoring_Containers/netalertx/compose.yaml

This commit is contained in:
2026-08-05 15:44:39 +00:00
parent 300005c7e2
commit d17022e088
+1 -4
View File
@@ -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