add more complete options

Signed-off-by: Andrew Maguire <andrewm4894@gmail.com>
pull/307/head
Andrew Maguire 2 years ago
parent a278aa520e
commit 6796087571
  1. 3
      netdata/README.md
  2. 3
      netdata/compose.yaml

@ -15,15 +15,18 @@ services:
netdata: netdata:
image: netdata/netdata image: netdata/netdata
container_name: netdata container_name: netdata
pid: host
hostname: example.com # set to fqdn of host hostname: example.com # set to fqdn of host
ports: ports:
- 19999:19999 - 19999:19999
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
- SYS_PTRACE - SYS_PTRACE
- SYS_ADMIN
security_opt: security_opt:
- apparmor:unconfined - apparmor:unconfined
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- netdataconfig:/etc/netdata - netdataconfig:/etc/netdata
- netdatalib:/var/lib/netdata - netdatalib:/var/lib/netdata
- netdatacache:/var/cache/netdata - netdatacache:/var/cache/netdata

@ -3,15 +3,18 @@ services:
netdata: netdata:
image: netdata/netdata image: netdata/netdata
container_name: netdata container_name: netdata
pid: host
hostname: example.com # set to fqdn of host hostname: example.com # set to fqdn of host
ports: ports:
- 19999:19999 - 19999:19999
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
- SYS_PTRACE - SYS_PTRACE
- SYS_ADMIN
security_opt: security_opt:
- apparmor:unconfined - apparmor:unconfined
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- netdataconfig:/etc/netdata - netdataconfig:/etc/netdata
- netdatalib:/var/lib/netdata - netdatalib:/var/lib/netdata
- netdatacache:/var/cache/netdata - netdatacache:/var/cache/netdata

Loading…
Cancel
Save