summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios/only-agent/docker-compose.yml
blob: 74bdef8e32347e03dfff8460b9e0534fc78bf08d (plain)
1
2
3
4
5
6
7
8
version: '3'
services:
  agent:
    image: ${Distro}_${Version}_dev
    command: /usr/sbin/netdata -D
    ports:
    - 80
    - 443