We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d7a6b commit a2c9a2cCopy full SHA for a2c9a2c
examples/16_docker_network_python/config/config.json
@@ -233,11 +233,12 @@
233
// In this example, we want the server to start before the client, so we add a sleep command.
234
"commands" : ["python3 -u client.py"]
235
// By not specifying a outgoing_connections array, we allow ourselves to connect to all nodes on the network
236
- },
+ }
237
+ /*,
238
{
239
"container_name" : "router",
240
"commands" : ["python3 -u custom_router.py"]
- }
241
+ }*/
242
],
243
"dispatcher_actions" : [
244
0 commit comments