don't assign wan subnet through docker

pull/1/head
Jordan Sokolic 2020-04-12 09:26:19 +03:00
parent c11b4b2bbe
commit 455afd7937
1 changed files with 0 additions and 1 deletions

1
run.sh
View File

@ -61,7 +61,6 @@ function _init_network() {
docker network create --driver macvlan \
-o parent=$WAN_PARENT \
--subnet $WAN_SUBNET \
$WAN_NAME || exit 1
}