mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
prep for 18.04
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
version: '2.1'
|
||||
version: '2.2'
|
||||
|
||||
services:
|
||||
|
||||
# Netdata service
|
||||
netdata:
|
||||
build: .
|
||||
container_name: netdata
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
@ -11,7 +12,7 @@ services:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
image: "dtagdevsec/netdata:1710"
|
||||
image: "dtagdevsec/netdata:1804"
|
||||
volumes:
|
||||
- /proc:/host/proc:ro
|
||||
- /sys:/host/sys:ro
|
||||
|
Reference in New Issue
Block a user