File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -495,11 +495,20 @@ The following lists show supported and unsupported Docker Compose configuration
495
495
- secrets (ignored)
496
496
- ports other than 80 and 8080 (ignored)
497
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
+
498
505
> [!NOTE]
499
506
> Any other options not explicitly called out are ignored in Public Preview.
500
507
501
508
[!INCLUDE [robots933456](../../includes/app-service-web-configure-robots933456.md)]
502
509
510
+
511
+
503
512
::: zone-end
504
513
505
514
## Next steps
You can’t perform that action at this time.
0 commit comments