From b5fa136284ce7c038bf1de788436498e31ef5456 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Tue, 19 Sep 2023 23:07:00 +0200 Subject: [PATCH] update 2.7.1 --- README.md | 10 +++++++--- amd64.dockerfile | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1dbf436..7ebd57d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Alpine :: InfluxDB +![pulls](https://img.shields.io/docker/pulls/11notes/influxdb?color=2b75d6) ![build](https://img.shields.io/docker/automated/11notes/influxdb?color=2b75d6) ![activity](https://img.shields.io/github/commit-activity/m/11notes/docker-influxdb?color=c91cb8) ![commit-last](https://img.shields.io/github/last-commit/11notes/docker-influxdb?color=c91cb8) + Run InfluxDB based on Alpine Linux. Small, lightweight, secure and fast 🏔️ ## Volumes @@ -19,14 +21,16 @@ docker run --name influxdb \ | `user` | docker | user docker | | `uid` | 1000 | user id 1000 | | `gid` | 1000 | group id 1000 | +| `home` | /influxdb | home directory of user docker | +| `config` | /influxdb/etc/config.yml | default config location | ## Parent -* [influxdb:2.7-alpine](https://github.com/influxdata/influxdata-docker/tree/master/influxdb/2.7/alpine) +* [influxdb:2.7.1-alpine](https://github.com/influxdata/influxdata-docker/blob/46221770aa619e97553bc95443954f6c4690e1ce/influxdb/2.7/alpine/Dockerfile) ## Built with * [influxdb](https://github.com/influxdata/influxdb) * [Alpine Linux](https://alpinelinux.org/) ## Tips -* Don't bind to ports < 1024 (requires root), use NAT/reverse proxy -* [Permanent Stroage](https://github.com/11notes/alpine-docker-netshare) - Module to store permanent container data via NFS/CIFS and more \ No newline at end of file +* Only use rootless container runtime (podman, rootless docker) +* Don't bind to ports < 1024 (requires root), use NAT/reverse proxy (haproxy, traefik, nginx) \ No newline at end of file diff --git a/amd64.dockerfile b/amd64.dockerfile index f1f29ff..41c6a82 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -1,5 +1,5 @@ # :: Header - FROM influxdb:2.7-alpine + FROM influxdb:2.7.1-alpine ENV APP_ROOT=/influxdb # :: Run