Created
January 23, 2020 01:26
-
-
Save thiago-rezende/6c3ad0b063e184b04511927aff9b707e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3' | |
| services: | |
| netdata: | |
| image: netdata/netdata | |
| hostname: example.com # set to fqdn of host | |
| ports: | |
| - 19999:19999 | |
| cap_add: | |
| - SYS_PTRACE | |
| security_opt: | |
| - apparmor:unconfined | |
| volumes: | |
| - /proc:/host/proc:ro | |
| - /sys:/host/sys:ro | |
| - /var/run/docker.sock:/var/run/docker.sock:ro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment