Skip to content

Commit 7f80589

Browse files
authored
Update docker-compose-https.md (#20004)
Use yaml "language" for the code fences instead of json!
1 parent fb8b32f commit 7f80589

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/security/docker-compose-https.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In the preceding commands, replace `{ password here }` with a password.
5858

5959
Create a _docker-compose.debug.yml_ file with the following content:
6060

61-
```json
61+
```yaml
6262
version: '3.4'
6363

6464
services:
@@ -98,7 +98,7 @@ In the preceding commands, replace `{ password here }` with a password.
9898

9999
Create a _docker-compose.debug.yml_ file with the following content:
100100

101-
```json
101+
```yaml
102102
version: '3.4'
103103

104104
services:
@@ -136,7 +136,7 @@ In the preceding commands, replace `{ password here }` with a password.
136136

137137
Create a _docker-compose.debug.yml_ file with the following content:
138138

139-
```json
139+
```yaml
140140
version: '3.4'
141141

142142
services:
@@ -159,4 +159,4 @@ Start the container with ASP.NET Core configured for HTTPS:
159159
160160
```console
161161
docker-compose -f "docker-compose.debug.yml" up -d
162-
```
162+
```

0 commit comments

Comments
 (0)