added uts host

This commit is contained in:
John Lancaster
2024-02-24 13:42:49 -06:00
parent eaec49927b
commit d6f377b5bf

View File

@@ -13,6 +13,7 @@ services:
telegraf-docker: telegraf-docker:
image: telegraf image: telegraf
restart: unless-stopped restart: unless-stopped
uts: host
user: root:${DOCKER_GUID} user: root:${DOCKER_GUID}
env_file: env_file:
- .env - .env
@@ -23,6 +24,7 @@ services:
promtail: promtail:
image: grafana/promtail image: grafana/promtail
restart: unless-stopped restart: unless-stopped
uts: host
env_file: env_file:
- .env - .env
environment: environment: