From d5217407167559177cd3f31a1e873e21f17d7ed1 Mon Sep 17 00:00:00 2001 From: Gerard Snaauw Date: Mon, 3 Jun 2024 13:11:11 +0200 Subject: [PATCH] fix IP ranges in readme --- README.md | 4 ++-- docker-compose.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3812a32c..8b1cb8a3 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,13 @@ CSS framework is https://tailwindcss.com ## WIP: complete docker compose setup with 2 instances # Nodes need to find each other by external URL because they need to resolve the web:did -Solution: handout 172.17.0.2 to loadbalancer +Solution: handout 172.90.0.2 to loadbalancer Set default range to: networks: default: ipam: config: - - subnet: 172.17.0.0/16 + - subnet: 172.90.0.0/16 ### After clone - execute `./generate.sh` in `docker-compose/lb/tls/` diff --git a/docker-compose.yml b/docker-compose.yml index b9cde44e..e0060c74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.9" services: lb: image: &nginx-img nginx:1.25.1