Skip to content
Snippets Groups Projects
Commit eb52bfea authored by nabil.abdennad's avatar nabil.abdennad
Browse files

generate-docker-compose.py instead of generate_docker_compose.py (to be...

generate-docker-compose.py instead of generate_docker_compose.py (to be compliant with the README document
parent 0ff5c5c2
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ Where <image_name> is the name you have chosen for your image. ...@@ -35,7 +35,7 @@ Where <image_name> is the name you have chosen for your image.
## Local Deployment ## Local Deployment
You can use the [script](./generate-docker-compose.py) to generate a Docker Compose file. This script takes the number of nodes in your network as an argument and generates the Docker Compose configuration. To generate the Docker Compose file, run the [script](./generate-docker-compose.py) with the desired number of nodes: You can use the [script](./generate-docker-compose.py) to generate a Docker Compose file. This script takes the number of nodes in your network as an argument and generates the Docker Compose configuration. To generate the Docker Compose file, run the [script](./generate-docker-compose.py) with the desired number of nodes:
python generate_docker_compose.py <num_nodes> python generate-docker-compose.py <num_nodes>
Where <num_nodes> is the number of nodes in your network. Where <num_nodes> is the number of nodes in your network.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment