removed custom DNS
This commit is contained in:
@@ -15,8 +15,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
uts: host
|
uts: host
|
||||||
user: telegraf:${DOCKER_GUID}
|
user: telegraf:${DOCKER_GUID}
|
||||||
dns:
|
|
||||||
- 192.168.1.182
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -27,8 +25,6 @@ services:
|
|||||||
image: grafana/alloy
|
image: grafana/alloy
|
||||||
container_name: grafana-alloy
|
container_name: grafana-alloy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
dns:
|
|
||||||
- 192.168.1.182
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./grafana-alloy/config.alloy:/etc/alloy/config.alloy
|
- ./grafana-alloy/config.alloy:/etc/alloy/config.alloy
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user