mirror of
https://github.com/11notes/docker-influxdb.git
synced 2025-10-30 19:43:38 +00:00
update 2.7.1
This commit is contained in:
10
README.md
10
README.md
@@ -1,4 +1,6 @@
|
|||||||
# Alpine :: InfluxDB
|
# Alpine :: InfluxDB
|
||||||
|
   
|
||||||
|
|
||||||
Run InfluxDB based on Alpine Linux. Small, lightweight, secure and fast 🏔️
|
Run InfluxDB based on Alpine Linux. Small, lightweight, secure and fast 🏔️
|
||||||
|
|
||||||
## Volumes
|
## Volumes
|
||||||
@@ -19,14 +21,16 @@ docker run --name influxdb \
|
|||||||
| `user` | docker | user docker |
|
| `user` | docker | user docker |
|
||||||
| `uid` | 1000 | user id 1000 |
|
| `uid` | 1000 | user id 1000 |
|
||||||
| `gid` | 1000 | group id 1000 |
|
| `gid` | 1000 | group id 1000 |
|
||||||
|
| `home` | /influxdb | home directory of user docker |
|
||||||
|
| `config` | /influxdb/etc/config.yml | default config location |
|
||||||
|
|
||||||
## Parent
|
## 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
|
## Built with
|
||||||
* [influxdb](https://github.com/influxdata/influxdb)
|
* [influxdb](https://github.com/influxdata/influxdb)
|
||||||
* [Alpine Linux](https://alpinelinux.org/)
|
* [Alpine Linux](https://alpinelinux.org/)
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
* Don't bind to ports < 1024 (requires root), use NAT/reverse proxy
|
* Only use rootless container runtime (podman, rootless docker)
|
||||||
* [Permanent Stroage](https://github.com/11notes/alpine-docker-netshare) - Module to store permanent container data via NFS/CIFS and more
|
* Don't bind to ports < 1024 (requires root), use NAT/reverse proxy (haproxy, traefik, nginx)
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# :: Header
|
# :: Header
|
||||||
FROM influxdb:2.7-alpine
|
FROM influxdb:2.7.1-alpine
|
||||||
ENV APP_ROOT=/influxdb
|
ENV APP_ROOT=/influxdb
|
||||||
|
|
||||||
# :: Run
|
# :: Run
|
||||||
|
|||||||
Reference in New Issue
Block a user