Skip to content

Commit 531a211

Browse files
authored
šŸ›Monitoring: Fix missing configuration location in prometheus startup command (ITISFoundation#5539)
1 parent 2a7ece2 commit 531a211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ā€Žservices/clusters-keeper/src/simcore_service_clusters_keeper/data/docker-compose.ymlā€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ services:
158158
prometheus:
159159
image: prom/prometheus:v2.51.0@sha256:5ccad477d0057e62a7cd1981ffcc43785ac10c5a35522dc207466ff7e7ec845f
160160
command:
161+
- "--config.file=/etc/prometheus/prometheus.yml"
162+
- "--storage.tsdb.path=/prometheus"
161163
- "--storage.tsdb.retention.size=1GB"
162164
ports:
163165
- 9090:9090

0 commit comments

Comments
Ā (0)