Skip to content

Commit f9d8e1c

Browse files
authored
iot edge storage typo fix
fixed a typo in the iot edge storage mapping configuration
1 parent 3be0e07 commit f9d8e1c

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)