removed custom DNS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user