Skip to content

Commit f8f1a66

Browse files
committed
Docer compose syntax limitations
1 parent 242933d commit f8f1a66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,11 +495,20 @@ The following lists show supported and unsupported Docker Compose configuration
495495
- secrets (ignored)
496496
- ports other than 80 and 8080 (ignored)
497497
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+
498505
> [!NOTE]
499506
> Any other options not explicitly called out are ignored in Public Preview.
500507
501508
[!INCLUDE [robots933456](../../includes/app-service-web-configure-robots933456.md)]
502509
510+
511+
503512
::: zone-end
504513
505514
## Next steps

0 commit comments

Comments
 (0)