Skip to content

Commit dc9b101

Browse files
Barb CutlerBarb Cutler
authored andcommitted
unintended change
1 parent 4ec2b3f commit dc9b101

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/16_docker_network_python/config/config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,11 @@
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-
}
237-
/*,
236+
},
238237
{
239238
"container_name" : "router",
240239
"commands" : ["python3 -u custom_router.py"]
241-
}*/
240+
}
242241
],
243242
"dispatcher_actions" : [
244243
{

0 commit comments

Comments
 (0)