Skip to content

Commit 79c1e4f

Browse files
authored
Merge pull request #196034 from btardif/bk-multi
Docker compose syntax limitations
2 parents 9a76158 + 5582c95 commit 79c1e4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,13 @@ 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

0 commit comments

Comments
 (0)