An open API service indexing awesome lists of open source software.

https://github.com/flothinkspi/netdata-docker-compose

Netdata Docker setup as docker-compose with self editable config.
https://github.com/flothinkspi/netdata-docker-compose

Last synced: 4 months ago
JSON representation

Netdata Docker setup as docker-compose with self editable config.

Awesome Lists containing this project

README

          

# Netdata Docker Compose
This is a Docker-Compose template for a Netdata Container.
This Template also allowes to specify a own netdata.conf by building a new Container.

Usage:
```
git clone git@github.com:FloThinksPi/netdata-docker-compose.git
cd netdata-docker-compose
docker-compose up -d --build
```

In case you changed the netdata.conf or want to update the base Image of Netdata.

Update:
```
docker-compose up -d --build
```

Docker-Compose handles this automatically.