mirror of
https://github.com/11notes/docker-influxdb.git
synced 2025-11-01 04:23:33 +00:00
update 2.7.1
This commit is contained in:
10
README.md
10
README.md
@@ -1,4 +1,6 @@
|
||||
# Alpine :: InfluxDB
|
||||
   
|
||||
|
||||
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
|
||||
* Only use rootless container runtime (podman, rootless docker)
|
||||
* Don't bind to ports < 1024 (requires root), use NAT/reverse proxy (haproxy, traefik, nginx)
|
||||
@@ -1,5 +1,5 @@
|
||||
# :: Header
|
||||
FROM influxdb:2.7-alpine
|
||||
FROM influxdb:2.7.1-alpine
|
||||
ENV APP_ROOT=/influxdb
|
||||
|
||||
# :: Run
|
||||
|
||||
Reference in New Issue
Block a user