Skip to content

Commit a2c9a2c

Browse files
Barb CutlerBarb Cutler
authored andcommitted
remove reference to custom router (missing?)
1 parent 53d7a6b commit a2c9a2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/16_docker_network_python/config/config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,12 @@
233233
// In this example, we want the server to start before the client, so we add a sleep command.
234234
"commands" : ["python3 -u client.py"]
235235
// By not specifying a outgoing_connections array, we allow ourselves to connect to all nodes on the network
236-
},
236+
}
237+
/*,
237238
{
238239
"container_name" : "router",
239240
"commands" : ["python3 -u custom_router.py"]
240-
}
241+
}*/
241242
],
242243
"dispatcher_actions" : [
243244
{

0 commit comments

Comments
 (0)