From 72206f8704af4419c20a5f608b0661299d72cac2 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Mon, 16 Jun 2025 12:08:46 -0400 Subject: [PATCH] update readme and remove bridge network --- README.md | 5 ++--- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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