From c1a037e9cf6992e03549de23ec9dd54b95c74865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lupian=CC=83ez=20Casares?= Date: Fri, 17 Apr 2026 20:02:06 +0200 Subject: [PATCH] Adds usesHostNetwork in the documentation --- docs/03-github/04-builder.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/03-github/04-builder.mdx b/docs/03-github/04-builder.mdx index 85efb118..bea139b5 100644 --- a/docs/03-github/04-builder.mdx +++ b/docs/03-github/04-builder.mdx @@ -250,6 +250,16 @@ There are 2 main use cases: _**required:** `false`_ _**default:** `""`_ +#### useHostNetwork + +Initializes Docker using the host network. + +This is useful if Unity needs to access a local server that was started as part of your workflow. + +Options are: `true`, `false` + +_**required:** `false`_ _**default:** `false`_ + #### versioning Configure a specific versioning strategy