change container network to host
This commit is contained in:
@@ -131,6 +131,10 @@ in
|
|||||||
labels = [
|
labels = [
|
||||||
"ubuntu-latest:docker://shivammathur/node:latest"
|
"ubuntu-latest:docker://shivammathur/node:latest"
|
||||||
];
|
];
|
||||||
|
settings = {
|
||||||
|
# the default network that also respects our dns server settings
|
||||||
|
container.network = "host";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# containers.git-runner = {
|
# containers.git-runner = {
|
||||||
|
|||||||
Reference in New Issue
Block a user