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:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
- 9090:9090
- 9091:9090
restart: unless-stopped
networks:
- blockd-net
@ -63,7 +63,7 @@ services:
image: grafana/grafana
container_name: grafana
ports:
- 3000:3000
- 3112:3000
restart: unless-stopped
networks:
- blockd-net