diff --git a/docker-compose.yaml b/docker-compose.yaml index d228330..02651d1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -106,7 +106,7 @@ services: # ────────────────────── container_name: opencand_loki restart: unless-stopped ports: - - "6110:3100" + - "127.0.0.1:6110:3100" command: -config.file=/etc/loki/local-config.yaml volumes: - ./monitoring/loki-config.yaml:/etc/loki/local-config.yaml @@ -137,7 +137,7 @@ services: # ────────────────────── container_name: opencand_prometheus restart: unless-stopped ports: - - "6090:9090" + - "127.0.0.1:6090:9090" command: - "--config.file=/etc/prometheus/prometheus.yml" - "--storage.tsdb.path=/prometheus" @@ -155,7 +155,7 @@ services: # ────────────────────── container_name: opencand_node_exporter restart: unless-stopped ports: - - "6100:9100" + - "127.0.0.1:6100:9100" volumes: - /proc:/host/proc:ro - /sys:/host/sys:ro