From 704cfa75b68bc31d73d6f1147a313b73c323aeac Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 10 Jul 2025 03:53:43 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.12/schema-loader.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.12/schema-loader.mdx b/versioned_docs/version-3.12/schema-loader.mdx index 0932bb93..a564ef8a 100644 --- a/versioned_docs/version-3.12/schema-loader.mdx +++ b/versioned_docs/version-3.12/schema-loader.mdx @@ -37,7 +37,7 @@ Select your preferred method to set up Schema Loader, and follow the instruction You can pull the Docker image from the [Scalar container registry](https://github.com/orgs/scalar-labs/packages/container/package/scalardb-schema-loader) by running the following command, replacing the contents in the angle brackets as described: ```console - docker run --rm -v :/scalardb.properties -v :/schema.json ghcr.io/scalar-labs/scalardb-schema-loader: --config /scalardb.properties --schema-file /schema.json + docker run --rm -v :/scalardb.properties -v :/schema.json ghcr.io/scalar-labs/scalardb-schema-loader: --config /scalardb.properties --schema-file /schema.json ``` :::note