removed custom DNS

This commit is contained in:
John Lancaster
2025-11-04 02:02:16 -06:00
parent 36ce983f0e
commit ffc472e6b0

View File

@@ -15,8 +15,6 @@ services:
restart: always
uts: host
user: telegraf:${DOCKER_GUID}
dns:
- 192.168.1.182
env_file:
- .env
volumes:
@@ -27,8 +25,6 @@ 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