From 19ee2e7b0fdd948a23d42a159b841c033a376b42 Mon Sep 17 00:00:00 2001 From: OldTyT Date: Fri, 10 May 2024 17:36:15 +0000 Subject: [PATCH] chore: change network mode netdata to host --- tasks/netdata.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/netdata.yml b/tasks/netdata.yml index 21b93c9..6d96911 100644 --- a/tasks/netdata.yml +++ b/tasks/netdata.yml @@ -18,8 +18,7 @@ hostname: "{{ ansible_hostname }}" restart_policy: always pid_mode: host - published_ports: - - "{{ docker_netdata_port }}:19999" + network_mode: host capabilities: - SYS_PTRACE - SYS_ADMIN