chore: change network mode netdata to host

This commit is contained in:
2024-05-10 17:36:15 +00:00
parent b56788ad73
commit 19ee2e7b0f

View File

@@ -18,8 +18,7 @@
hostname: "{{ ansible_hostname }}" hostname: "{{ ansible_hostname }}"
restart_policy: always restart_policy: always
pid_mode: host pid_mode: host
published_ports: network_mode: host
- "{{ docker_netdata_port }}:19999"
capabilities: capabilities:
- SYS_PTRACE - SYS_PTRACE
- SYS_ADMIN - SYS_ADMIN