Commit adfc6464 authored by Ashley Caselli's avatar Ashley Caselli
Browse files

chore: update README

parent 4f38db22
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ The script is using both Kafka and RabbitMQ, thus a running instance of each is

`docker run registry.gitlab.unige.ch/addmin/ie-merger:latest`

##### Example with inline env vars
#### Example with inline env vars

`docker run --env RABBITMQ_HOST=rabbitmq_host --env EVENTS_QUEUE=new_events registry.gitlab.unige.ch/addmin/ie-merger:latest`

**NB:** the variables not set will use the default value

##### Example with env vars passed using a `.env` file
#### Example with env vars passed using a `.env` file

`docker run --env-file .env registry.gitlab.unige.ch/addmin/ie-merger:latest`