We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1b021 commit b741822Copy full SHA for b741822
scripts/dappnode_install.sh
@@ -1476,8 +1476,9 @@ main() {
1476
fi
1477
1478
# --- Common steps (Linux and macOS) ---
1479
- log "Creating dncore_network if needed..."
+ log "Creating dncore_network and dnprivate_network if needed..."
1480
docker network create --driver bridge --subnet 172.33.0.0/16 dncore_network 2>&1 | tee -a "$LOGFILE" || true
1481
+ docker network create --driver bridge --subnet 10.20.0.0/24 dnprivate_network 2>&1 | tee -a "$LOGFILE" || true
1482
1483
log "Building DAppNode Core if needed..."
1484
dappnode_core_build
0 commit comments