Skip to content

Commit ed7aeaa

Browse files
authored
Update installation.md
1 parent 6366b52 commit ed7aeaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

getting-started/installation/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: >-
1010

1111
Setting up your environment with Docker Compose is the recommended infrastructure pattern as it'll setup the application and a database for you. SQLite is fine for most installs but we also provide instructions for setting up MariaDB, MySQL and Postgres should you prefer those database drivers.
1212

13+
If you would like to provide your own SSL keys, they must be named `cert.crt` (full chain) and `cert.key` (private key), and mounted in the container folder `/config/keys`.
14+
1315
{% tabs %}
1416
{% tab title="SQLite" %}
1517
```yaml

0 commit comments

Comments
 (0)