Skip to content

Commit 01bd856

Browse files
Capped YAML and fixed an Acrolinx catch.
1 parent 0449439 commit 01bd856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,9 +497,9 @@ The following lists show supported and unsupported Docker Compose configuration
497497
498498
#### Syntax Limitations
499499
500-
- "version x.x" always needs to be the first yaml statement in the file
500+
- "version x.x" always needs to be the first YAML statement in the file
501501
- ports section must use quoted numbers
502-
- image > volume section must be quoted and cannot have a permissions definitions
502+
- image > volume section must be quoted and cannot have permissions definitions
503503
- volumes section must not have an empty curly brace after the volume name
504504
505505
> [!NOTE]
@@ -524,4 +524,4 @@ The following lists show supported and unsupported Docker Compose configuration
524524
Or, see additional resources:
525525
526526
- [Environment variables and app settings reference](reference-app-settings.md)
527-
- [Load certificate in Windows/Linux containers](configure-ssl-certificate-in-code.md#load-certificate-in-linuxwindows-containers)
527+
- [Load certificate in Windows/Linux containers](configure-ssl-certificate-in-code.md#load-certificate-in-linuxwindows-containers)

0 commit comments

Comments
 (0)