Skip to content
This repository was archived by the owner on Jul 30, 2023. It is now read-only.

Commit 57dbedf

Browse files
committed
Switch from Docker Hub to GHCR
1 parent ec4aca0 commit 57dbedf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
Install InfluxDB, Netdata and Grafana using [Docker Compose](https://docs.docker.com/compose/install/) in under a minute!
1818

19+
**GitHub Container Registry**
20+
21+
A pre-built lightweight Docker image is available here:
22+
23+
[`ghcr.io/terorie/netdata-influx`](https://github.com/terorie/netdata-influx/pkgs/container/netdata-influx)
24+
1925
**Console:**
2026

2127
```sh

quickstart/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- '3000:3000'
3232
restart: always
3333
netdata-grabber:
34-
image: terorie/netdata-influx
34+
image: ghcr.io/terorie/netdata-influx:main
3535
environment:
3636
- NI_INFLUX_ADDR=http://influxdb:8086
3737
- NI_INFLUX_DB=netdata

0 commit comments

Comments
 (0)