Skip to content

Commit b741822

Browse files
Add creation of dnprivate_network in installer script
1 parent fc1b021 commit b741822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dappnode_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,8 +1476,9 @@ main() {
14761476
fi
14771477

14781478
# --- Common steps (Linux and macOS) ---
1479-
log "Creating dncore_network if needed..."
1479+
log "Creating dncore_network and dnprivate_network if needed..."
14801480
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
14811482

14821483
log "Building DAppNode Core if needed..."
14831484
dappnode_core_build

0 commit comments

Comments
 (0)