File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -497,9 +497,9 @@ The following lists show supported and unsupported Docker Compose configuration
497
497
498
498
#### Syntax Limitations
499
499
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
501
501
- 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
503
503
- volumes section must not have an empty curly brace after the volume name
504
504
505
505
> [!NOTE]
@@ -524,4 +524,4 @@ The following lists show supported and unsupported Docker Compose configuration
524
524
Or, see additional resources:
525
525
526
526
- [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)
You can’t perform that action at this time.
0 commit comments