added explicit dns to some services

This commit is contained in:
John Lancaster
2025-08-04 22:47:44 -05:00
parent 6efb480f33
commit 9946d1bff9

View File

@@ -15,6 +15,8 @@ services:
restart: always
uts: host
user: telegraf:${DOCKER_GUID}
dns:
- 192.168.1.182
env_file:
- .env
volumes:
@@ -25,6 +27,8 @@ services:
image: grafana/alloy
container_name: grafana-alloy
restart: unless-stopped
dns:
- 192.168.1.182
volumes:
- ./grafana-alloy/config.alloy:/etc/alloy/config.alloy
- /var/run/docker.sock:/var/run/docker.sock