Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit b9a5f2f

Browse files
author
Katie Horne
committed
disable MD lint
1 parent eabf119 commit b9a5f2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/docker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,16 @@ that you mount the certs into the container (add the flag
120120
`-v <local_certs>:/certs`). Then, specify the certificate path using environment
121121
variables:
122122

123+
<!-- markdownlint-disable -->
124+
123125
| **Flag/environment variable** | **Description** |
124126
| --------------------------------- | -------------------------------------------- |
125127
| `-e DB_CERT=/certs/client.crt` | The path to the client cert signed by the CA |
126128
| `-e DB_KEY=/certs/client.key` | The path to the client secret |
127129
| `-e DB_ROOT_CERT=/certs/myCA.crt` | The path to the trusted CA cert |
128130

131+
<!-- markdownlint-enable -->
132+
129133
## Admin password
130134

131135
If you want to set (or reset) your admin password, use the

0 commit comments

Comments
 (0)