added note about docker gid
This commit is contained in:
@@ -8,3 +8,10 @@ Various tools to monitor Docker containers
|
|||||||
- `INFLUX_WRITE_TOKEN`
|
- `INFLUX_WRITE_TOKEN`
|
||||||
- `INFLUX_HOST`
|
- `INFLUX_HOST`
|
||||||
- `LOKI_HOST`
|
- `LOKI_HOST`
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
```shell
|
||||||
|
root@docker:~/docker-observation# getent group docker
|
||||||
|
docker:x:995:root
|
||||||
|
```
|
||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
telegraf-docker:
|
telegraf-docker:
|
||||||
image: telegraf
|
image: telegraf
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: root:996
|
user: root:995
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user