Skip to content

Commit

Permalink
Fixed docker example command
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Jun 24, 2023
1 parent a251b2c commit 2075b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following command shows an example on how to run it.
```bash
docker run \
--name timescaledb-event-streamer \
-v config.tml:/etc/config.toml \
-v ./config.tml:/etc/config.toml \
-e TIMESCALEDB_EVENT_STREAMER_CONFIG='/etc/config.toml' \
ghcr.io/noctarius/timescaledb-event-streamer:latest
```
Expand Down Expand Up @@ -128,7 +128,7 @@ configuration file format due to its simplicity.

The actual configuration values are designed as canonical name (dotted keys).

In addition to the configuration file, all values can be provided as envrionment
In addition to the configuration file, all values can be provided as environment
variables. In this case, the property name uses underscore (_) characters instead
of dots (.) characters and all characters are used as uppercase. That means,
`postgresql.connection` becomes `POSTGRESQL_CONNECTION`. In case the standard
Expand Down

0 comments on commit 2075b2e

Please sign in to comment.