1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-21 00:08:07 +02:00

add more complete options

Signed-off-by: Andrew Maguire <andrewm4894@gmail.com>
This commit is contained in:
Andrew Maguire 2022-11-17 11:38:06 +00:00
parent a278aa520e
commit 6796087571
2 changed files with 6 additions and 0 deletions

View file

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

View file

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