allowed grafana to listen all interfaces

This commit is contained in:
ITQ
2025-03-01 13:26:54 +03:00
parent 239b6fe7f1
commit c0f7fd00eb
+1 -1
View File
@@ -273,7 +273,7 @@ services:
- name: web - name: web
target: 3000 target: 3000
published: 8004 published: 8004
host_ip: 127.0.0.1 host_ip: 0.0.0.0
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
shm_size: 4mb shm_size: 4mb