mirror of https://github.com/lukechilds/umbrel.git
committed by
GitHub
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||
|
# Docker network setup |
||||
|
|
||||
|
This is the current network setup for docker-compose. You can also refer to them by name as well within the containers (eventually this will happen) |
||||
|
|
||||
|
## Default configuration |
||||
|
|
||||
|
**Subnet mask:** 10.11.0.0/16 |
||||
|
|
||||
|
Box | IP Address | |
||||
|
-----------| -----------| |
||||
|
tor | 10.11.5.1 | |
||||
|
nginx | 10.11.0.2 | |
||||
|
bitcoin | 10.11.1.1 | |
||||
|
lnd | 10.11.1.2 | |
||||
|
dashboard | 10.11.0.3 | |
||||
|
manager | 10.11.2.1 | |
||||
|
middleware | 10.11.2.2 | |
Loading…
Reference in new issue