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 }}"
restart_policy: always
pid_mode: host
published_ports:
- "{{ docker_netdata_port }}:19999"
network_mode: host
capabilities:
- SYS_PTRACE
- SYS_ADMIN