Skip to content

Commit 1c8cdff

Browse files
committed
Fix extra space in Compose file ref
1 parent 4e330a3 commit 1c8cdff

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

_includes/content/compose-var-sub.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ web:
6060
If you forget and use a single dollar sign (`$`), Compose interprets the value
6161
as an environment variable and warns you:
6262

63-
`The VAR_NOT_INTERPOLATED_BY_COMPOSE is not set. Substituting an empty string.`
63+
```
64+
The VAR_NOT_INTERPOLATED_BY_COMPOSE is not set. Substituting an empty string.
65+
```

compose/compose-file/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,10 @@ format `file://<filename>` or `registry://<value-name>`.
580580
When using `file:`, the referenced file must be present in the `CredentialSpecs`
581581
subdirectory in the Docker data directory, which defaults to `C:\ProgramData\Docker\`
582582
on Windows. The following example loads the credential spec from a file named
583-
`C:\ProgramData\Docker\CredentialSpecs\my-credential-spec.json`:
583+
584+
```
585+
C:\ProgramData\Docker\CredentialSpecs\my-credential-spec.json
586+
```
584587
585588
```yaml
586589
credential_spec:

0 commit comments

Comments
 (0)