Skip to content

Instantly share code, notes, and snippets.

@thiago-rezende
Created January 23, 2020 01:26
Show Gist options
  • Save thiago-rezende/6c3ad0b063e184b04511927aff9b707e to your computer and use it in GitHub Desktop.
Save thiago-rezende/6c3ad0b063e184b04511927aff9b707e to your computer and use it in GitHub Desktop.
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