enable host networking + docker.sock

This commit is contained in:
♥ Minnie ♥ 2023-07-29 08:30:44 +08:00
parent 8d4689df27
commit 2b9c3b7b4c
3 changed files with 4 additions and 0 deletions

View file

@ -20,5 +20,6 @@
CF_API_EMAIL_FILE = "/secrets/cf-api-email";
CF_API_KEY_FILE = "/secrets/cf-api-key";
};
extraOptions = ["--network=host"];
};
}