Skip to content

Commit 1a37ef2

Browse files
committed
fix example docker network example
1 parent ba41c30 commit 1a37ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/docker/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ $ docker network inspect testfano_default
364364
"Options": null,
365365
"Config": [
366366
{
367-
"Subnet": "172.24.0.0/16",
368-
"Gateway": "172.24.0.1"
367+
"Subnet": "172.20.0.0/16",
368+
"Gateway": "172.20.0.1"
369369
}
370370
]
371371
},

0 commit comments

Comments
 (0)