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 @@ -24,8 +24,8 @@ the container. You can start with [a sample cluster](#running-with-a-sample-foun
2424to try the exporter.*
2525
2626```
27- # Pull exporter version 2.2 .0 for FoundtionDB version 7.3.69
28- docker pull clevercloud/fdbexporter:2.2 .0-7.3.69
27+ # Pull exporter version 2.3 .0 for FoundtionDB version 7.3.69
28+ docker pull clevercloud/fdbexporter:2.3 .0-7.3.69
2929# Environment variables:
3030# FDB_COORDINATOR: DNS name of the coordinator node
3131# FDB_COORDINATOR_PORT: Port of the coordinator node process
@@ -34,7 +34,7 @@ docker run \
3434 -e FDB_NETWORKING_MODE=container \
3535 -e FDB_COORDINATOR=coordinator \
3636 -e FDB_COORDINATOR_PORT=4500 \
37- clevercloud/fdbexporter:2.2 .0-7.3.69
37+ clevercloud/fdbexporter:2.3 .0-7.3.69
3838```
3939
4040The exporter images are tagged based on both the exporter version and on
You can’t perform that action at this time.
0 commit comments