diff --git a/README.md b/README.md index b1f4775..ca3d950 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ Warning: This API is unstable. -## run a network -```yaml +```shell docker compose build docker compose up ``` ## License -This project is licensed under the MIT License - see the LICENSE file for details. +This project is licensed under the MIT License - See [LICENSE](./LICENSE) for details. diff --git a/docker-compose.yml b/docker-compose.yml index 64db132..187b42f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -87,4 +87,4 @@ volumes: # Define a custom network for the nodes to communicate networks: gsio-network: - driver: bridge + name: gsio-network \ No newline at end of file