Make net/network consistent

This commit is contained in:
2023-11-09 19:39:35 +01:00
parent 42e5e67c6e
commit 1241196567
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
extraOptions = [
# "--gpus=all"
"--network=behind-nginx"
"--net=behind-nginx"
];
};
}
+1 -1
View File
@@ -30,7 +30,7 @@
extraOptions = [
# "--gpus=all"
"--network=behind-nginx"
"--net=behind-nginx"
];
};
}
+2 -2
View File
@@ -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"
];
};
}
+1 -1
View File
@@ -30,7 +30,7 @@
extraOptions = [
# "--gpus=all"
"--network=behind-nginx"
"--net=behind-nginx"
];
};
}
+1 -1
View File
@@ -23,7 +23,7 @@
environment = {};
extraOptions = [
"--network=behind-nginx"
"--net=behind-nginx"
];
};
}