Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,11 @@ colorTo: pink
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
9 |
short_description: write
|
10 |
---
|
11 |
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
+
healthcheck:
|
10 |
+
path: /health
|
11 |
+
interval: 30
|
12 |
+
timeout: 30
|
13 |
+
retries: 3
|
14 |
short_description: write
|
15 |
---
|
16 |
|