Skip to content

Commit

Permalink
fix: small readme changes
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Oct 17, 2023
1 parent 09b0602 commit ac8b7bb
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,23 @@ graph LR;
command -v docker-compose || { shopt -s expand_aliases && alias docker-compose='docker compose'; }
```

## Before start

Change in `docker-compose.yml` file those settings per your lab:

```text
NODE_IP_SUBNET: 10.127.127.0
NODE_IP_NETMASK: 255.255.255.0
NODE_IP_RANGE_MIN: 10.127.127.100
NODE_IP_RANGE_MAX: 10.127.127.253
NODE_IP_ADDRESS: 10.127.127.3
```

## Run everything

```text
docker-compose down --volumes
docker-compose up --build
docker-compose down --volumes --remove-orphans
docker-compose up --build --force-recreate
```

## Test everything
Expand Down

0 comments on commit ac8b7bb

Please sign in to comment.