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 Dec 18, 2023
1 parent 0eb8e4b commit 4c69f0e
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 4c69f0e

Please sign in to comment.