Skip to content

Commit a71e66b

Browse files
authored
Merge pull request #212 from Altinity/lightweight_version_merge
Updated README.md and postgresql/mongo instructions.
2 parents c37d63f + 76c4a41 commit a71e66b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sink-connector-lightweight/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ export metrics.port="8087"
9393
export database.allowPublicKeyRetrieval="true"
9494
```
9595

96+
After the environment variables are set, start the docker container
97+
```
98+
cd sink-connector-lightweight
99+
cd docker
100+
docker-compose up -f docker-compose-mongo.yml
101+
```
102+
96103
### Getting Started (Helm Charts)
97104
#### Helm Charts
98105
Update the MySQL/PostgreSQL and ClickHouse configuration values

0 commit comments

Comments
 (0)