Skip to content

Commit

Permalink
Update dncore_network to private subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored and alexpeterson91 committed Jan 19, 2024
1 parent 801e2fc commit a285e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dappnode_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ if [ "$ARCH" == "amd64" ]; then
fi

echo -e "\e[32mCreating dncore_network if needed...\e[0m" 2>&1 | tee -a $LOGFILE
docker network create --driver bridge --subnet 172.33.0.0/16 dncore_network 2>&1 | tee -a $LOGFILE
docker network create --driver bridge --subnet 10.20.0.0/24 dncore_network 2>&1 | tee -a $LOGFILE

echo -e "\e[32mBuilding DAppNode Core if needed...\e[0m" 2>&1 | tee -a $LOGFILE
dappnode_core_build
Expand Down

0 comments on commit a285e0d

Please sign in to comment.