Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/16_docker_network_python/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,12 @@
// In this example, we want the server to start before the client, so we add a sleep command.
"commands" : ["python3 -u client.py"]
// By not specifying a outgoing_connections array, we allow ourselves to connect to all nodes on the network
},
}
/*,
{
"container_name" : "router",
"commands" : ["python3 -u custom_router.py"]
}
}*/
],
"dispatcher_actions" : [
{
Expand Down
Loading