change container network to host

This commit is contained in:
2023-12-07 10:09:33 +01:00
parent 7e85907150
commit a5322ef788

View File

@@ -131,6 +131,10 @@ in
labels = [
"ubuntu-latest:docker://shivammathur/node:latest"
];
settings = {
# the default network that also respects our dns server settings
container.network = "host";
};
};
# containers.git-runner = {