Skip to content

Commit 39598b4

Browse files
authored
Merge pull request #104457 from kgremban/feb14-createoptions
fix createOptions 2
2 parents d82984e + f28f920 commit 39598b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/module-composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The following example shows what a valid deployment manifest document may look l
227227
"restartPolicy": "always",
228228
"settings": {
229229
"image": "mcr.microsoft.com/azureiotedge-hub:1.0",
230-
"createOptions": ""
230+
"createOptions": "{\"HostConfig\":{\"PortBindings\":{\"443/tcp\":[{\"HostPort\":\"443\"}],\"5671/tcp\":[{\"HostPort\":\"5671\"}],\"8883/tcp\":[{\"HostPort\":\"8883\"}]}}}"
231231
}
232232
}
233233
},

0 commit comments

Comments
 (0)