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.
- Host: GitHub
- URL: https://github.com/flothinkspi/netdata-docker-compose
- Owner: FloThinksPi
- License: mit
- Created: 2018-11-02T12:19:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T12:47:52.000Z (over 7 years ago)
- Last Synced: 2025-11-12T02:03:24.781Z (8 months ago)
- Language: Dockerfile
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.