blob: 59739f9eba9ff9fd1bc943a47bc6daf5e1548c32 (
plain)
1
2
3
4
5
6
7
8
9
|
version: '3.3'
services:
child:
image: netdata/netdata
command: /usr/sbin/netdata -D
volumes:
- ./child_stream.conf:/etc/netdata/stream.conf:ro
extra_hosts:
- "host.docker.internal:host-gateway"
|