mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-12 08:56:28 +00:00
compose exposed ports updated
This commit is contained in:
parent
f7b06a0bbd
commit
e800b9e572
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user