diff --git a/README.md b/README.md index 72eb9d80..a9f5a1c8 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,12 @@ databases: ``` This filter means that we only process events occurring with the `users` table, -and in particular `insert` and `update` data. \ No newline at end of file +and in particular `insert` and `update` data. + +### Docker + +You can start the container from the project folder (configuration file is required) + +``` +docker run -v $(pwd)/config.yml:/app/config.yml ihippik/wal-listener:master +``` \ No newline at end of file