Skip to content

Commit ffe911b

Browse files
committed
README logo & link
1 parent 5a0fb35 commit ffe911b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,11 @@ The `database` property is required and takes in the following:
179179
- `type` which should be a string and only supports 'MongoDB' and 'PostgreSQL'.
180180
- `URI` which should be a connection string the database you intend Chronos to write and record data regarding health, HTTP route tracing, and container infomation to. A `.env` is recommended.
181181

182-
- `isDockerized`: Is this microservice running in a Docker container? Enter "yes" or "no". (Defaults to "no".)
182+
<!-- - `isDockerized`: Is this microservice running in a Docker container? Enter `yes` or `no`. The current default setting is `no`.
183183
- <img src="./app/assets/important.png" alt="Important" title="Important" align="center" height="20" /> When starting up the container, give it the same name that you used for the microservice, because the middleware finds the correct container ID of your container by matching the container name to the microservice name you input as 1st argument.
184-
- <img src="./app/assets/important.png" alt="Important" title="Important" align="center" height="20" /> Don't forget to bind mount to Docker socket.
184+
- <img src="./app/assets/important.png" alt="Important" title="Important" align="center" height="20" /> Don't forget to bind mount to Docker socket. -->
185+
186+
The `notifications` property is optional. Please see the section below to configure Slack or email notifications [here](#notifications).
185187
<br>
186188
<br>
187189

0 commit comments

Comments
 (0)