Make net/network consistent
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
|
||||
extraOptions = [
|
||||
# "--gpus=all"
|
||||
"--network=behind-nginx"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
extraOptions = [
|
||||
# "--gpus=all"
|
||||
"--network=behind-nginx"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
extraOptions = [
|
||||
# "--gpus=all"
|
||||
"--network=behind-nginx"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
|
||||
extraOptions = [
|
||||
# "--gpus=all"
|
||||
"--network=behind-nginx"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
extraOptions = [
|
||||
# "--gpus=all"
|
||||
"--network=behind-nginx"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
environment = {};
|
||||
|
||||
extraOptions = [
|
||||
"--network=behind-nginx"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user