From c0f7fd00eb28afc9d35a12be34bc6e25b528998a Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 1 Mar 2025 13:26:54 +0300 Subject: [PATCH] allowed grafana to listen all interfaces --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index b2f0751..87231d1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -273,7 +273,7 @@ services: - name: web target: 3000 published: 8004 - host_ip: 127.0.0.1 + host_ip: 0.0.0.0 protocol: tcp restart: unless-stopped shm_size: 4mb