change container network to host
This commit is contained in:
parent
7e85907150
commit
a5322ef788
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue