Skip to content

Commit 0287f1b

Browse files
Merge pull request #37995 from baywet/patch-1
iot edge storage typo fix
2 parents 04f73b9 + f9d8e1c commit 0287f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/offline-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Or, you can configure the local storage directly in the deployment manifest. For
169169
"image": "mcr.microsoft.com/azureiotedge-hub:1.0",
170170
"createOptions": {
171171
"HostConfig": {
172-
"Binds":["<HostStoragePath>:<ModuleStoragePath"],
172+
"Binds":["<HostStoragePath>:<ModuleStoragePath>"],
173173
"PortBindings":{"5671/tcp":[{"HostPort":"5671"}],"8883/tcp":[{"HostPort":"8883"}],"443/tcp":[{"HostPort":"443"}]}}}
174174
},
175175
"type": "docker",

0 commit comments

Comments
 (0)