File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 - prometheus
1010 ports :
1111 - 9490:9490
12- restart : on-failure
12+ restart : unless-stopped
1313 prometheus :
1414 image : prom/prometheus:latest
1515 command :
@@ -21,7 +21,7 @@ services:
2121 - ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
2222 ports :
2323 - 9090:9090
24- restart : on-failure
24+ restart : unless-stopped
2525 grafana :
2626 image : grafana/grafana:latest
2727 environment :
@@ -42,7 +42,7 @@ services:
4242 target : /etc/grafana/provisioning/datasources/datasource.yaml
4343 - source : dashboards_examples
4444 target : /etc/grafana/provisioning/dashboards/json/grafana-purefa-flasharray-overview.json
45- restart : on-failure
45+ restart : unless-stopped
4646configs :
4747 dashboard_config :
4848 file : ./grafana/dashboards/default.yaml
You can’t perform that action at this time.
0 commit comments