Skip to content

Commit

Permalink
fix IP ranges in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn committed Jun 3, 2024
1 parent 2f57a0e commit d521740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
lb:
image: &nginx-img nginx:1.25.1
Expand Down

0 comments on commit d521740

Please sign in to comment.