mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
squashing some bugs
do not forward tcp connections to or from 127.0.0.1 to NFQ (fixes strange netdata behaviour) run netdata on network mode host again (update compose files) including host metrics
This commit is contained in:
@ -200,13 +200,11 @@ services:
|
||||
# Netdata service
|
||||
netdata:
|
||||
container_name: netdata
|
||||
hostname: ${HOSTNAME}
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "127.0.0.1:64301:19999"
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
|
@ -114,13 +114,11 @@ services:
|
||||
# Netdata service
|
||||
netdata:
|
||||
container_name: netdata
|
||||
hostname: ${HOSTNAME}
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "127.0.0.1:64301:19999"
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
|
@ -169,13 +169,11 @@ services:
|
||||
# Netdata service
|
||||
netdata:
|
||||
container_name: netdata
|
||||
hostname: ${HOSTNAME}
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "127.0.0.1:64301:19999"
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
|
Reference in New Issue
Block a user