Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ihippik committed Jan 8, 2020
1 parent 6cb47b1 commit e135fec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
```

0 comments on commit e135fec

Please sign in to comment.