mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Merge pull request #1333 from KihtrakRaknas/patch-2
Remove dev branch from docker compose file
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
netalertx:
|
netalertx:
|
||||||
#use an environmental variable to set host networking mode if needed
|
#use an environmental variable to set host networking mode if needed
|
||||||
container_name: netalertx # The name when you docker contiainer ls
|
container_name: netalertx # The name when you docker contiainer ls
|
||||||
image: ghcr.io/jokob-sk/netalertx-dev:latest
|
image: ghcr.io/jokob-sk/netalertx:latest
|
||||||
network_mode: ${NETALERTX_NETWORK_MODE:-host} # Use host networking for ARP scanning and other services
|
network_mode: ${NETALERTX_NETWORK_MODE:-host} # Use host networking for ARP scanning and other services
|
||||||
|
|
||||||
read_only: true # Make the container filesystem read-only
|
read_only: true # Make the container filesystem read-only
|
||||||
|
|||||||
Reference in New Issue
Block a user