mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
fixed code block syntax
All checks were successful
build-docusaurus / build (push) Successful in 1m36s
All checks were successful
build-docusaurus / build (push) Successful in 1m36s
This commit is contained in:
parent
2817d5c20a
commit
166ea604f4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Now You can copy the certificates into the directory:
|
||||||
```bash
|
```bash
|
||||||
sudo cp /etc/letsencrypt/live/mail.example.com/fullchain.pem config/ssl/
|
sudo cp /etc/letsencrypt/live/mail.example.com/fullchain.pem config/ssl/
|
||||||
sudo cp /etc/letsencrypt/live/mail.example.com/privkey.pem config/ssl/
|
sudo cp /etc/letsencrypt/live/mail.example.com/privkey.pem config/ssl/
|
||||||
|
```
|
||||||
## Step 3: Create docker-compose.yml
|
## Step 3: Create docker-compose.yml
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue