compose exposed ports updated

This commit is contained in:
r8zavetr8v 2024-05-11 12:19:44 +03:00
parent f7b06a0bbd
commit e800b9e572

View File

@ -50,7 +50,7 @@ services:
command: command:
- '--config.file=/etc/prometheus/prometheus.yml' - '--config.file=/etc/prometheus/prometheus.yml'
ports: ports:
- 9090:9090 - 9091:9090
restart: unless-stopped restart: unless-stopped
networks: networks:
- blockd-net - blockd-net
@ -63,7 +63,7 @@ services:
image: grafana/grafana image: grafana/grafana
container_name: grafana container_name: grafana
ports: ports:
- 3000:3000 - 3112:3000
restart: unless-stopped restart: unless-stopped
networks: networks:
- blockd-net - blockd-net