1

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

View File

@ -30,7 +30,7 @@
extraOptions = [
# "--gpus=all"
"--network=behind-nginx"
"--net=behind-nginx"
];
};
}