Skip to content

Commit 9463e0d

Browse files
author
Venkat Yalla
committed
fix createOptions
1 parent b69c362 commit 9463e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-deploy-modules-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here's a basic deployment manifest with one module as an example:
6060
"restartPolicy": "always",
6161
"settings": {
6262
"image": "mcr.microsoft.com/azureiotedge-hub:1.0",
63-
"createOptions": "{}"
63+
"createOptions": "{\"HostConfig\":{\"PortBindings\":{\"443/tcp\":[{\"HostPort\":\"443\"}],\"5671/tcp\":[{\"HostPort\":\"5671\"}],\"8883/tcp\":[{\"HostPort\":\"8883\"}]}}}"
6464
}
6565
}
6666
},

0 commit comments

Comments
 (0)