We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a76158 + 5582c95 commit 79c1e4fCopy full SHA for 79c1e4f
articles/app-service/configure-custom-container.md
@@ -495,6 +495,13 @@ The following lists show supported and unsupported Docker Compose configuration
495
- secrets (ignored)
496
- ports other than 80 and 8080 (ignored)
497
498
+#### Syntax Limitations
499
+
500
+- the "version x.x" always needs to be the first yaml statement in the file
501
+- the ports section must use quoted numbers
502
+- the image > volume section must be quoted and cannot have a permissions definitions
503
+- the volumes section must not have an empty curly brace after the volume name
504
505
> [!NOTE]
506
> Any other options not explicitly called out are ignored in Public Preview.
507
0 commit comments