fixed for updated telegraf
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
image: telegraf
|
||||
restart: unless-stopped
|
||||
uts: host
|
||||
user: root:${DOCKER_GUID}
|
||||
user: telegraf:${DOCKER_GUID}
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
@@ -27,8 +27,6 @@ services:
|
||||
uts: host
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- DOCKER_HOST=${HOSTNAME}
|
||||
volumes:
|
||||
- ./promtail:/etc/promtail
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user