Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 9a3673f

Browse files
authored
fix: fix config file name (#50)
1 parent 6dd68a9 commit 9a3673f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/en/cluster_deployment/with_meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ docker run -d --net=host --name ceresdb-server0 \
247247
-v $(pwd)/config-ceresdb-cluster0.toml:/etc/ceresdb/ceresdb.toml \
248248
ceresdb/ceresdb-server
249249

250-
wget https://raw.githubusercontent.com/CeresDB/docs/main/docs/src/resources/config-ceresdb-cluster1.toml.toml
250+
wget https://raw.githubusercontent.com/CeresDB/docs/main/docs/src/resources/config-ceresdb-cluster1.toml
251251

252252
docker run -d --net=host --name ceresdb-server1 \
253253
-p 8832:8832 \

0 commit comments

Comments
 (0)