diff --git a/README.md b/README.md index f3d55c2a..3f91b920 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ docker run -d --name myduck \ -p 13306:3306 \ -p 15432:5432 \ --env=SETUP_MODE=REPLICA \ - --env=SOURCE_DSN="://:@:/" + --env=SOURCE_DSN="://:@:/" apecloud/myduckserver:latest ``` `SOURCE_DSN` specifies the connection string to the primary database server, which can be either MySQL or PostgreSQL.