firewall changes

This commit is contained in:
2023-12-07 09:09:31 +01:00
parent 83a2a9cd46
commit 71191632d4
2 changed files with 5 additions and 15 deletions

View File

@@ -131,20 +131,6 @@ in
labels = [
"ubuntu-latest:docker://shivammathur/node:latest"
];
settings = {
runner = {
envs = {
DOCKER_DAEMON_CONFIG = ''
{
"dns": ["10.42.97.10"]
}
'';
};
};
# container = {
# options = "--network=server";
# };
};
};
# containers.git-runner = {