We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb8287 commit 9b0b6abCopy full SHA for 9b0b6ab
1 file changed
docs/install.md
@@ -40,6 +40,9 @@ If you don't want to use the host network, then you can configure docker like th
40
<details><summary>(Click to expand)</summary>
41
<p>
42
43
+!> Screego may not work correctly when deploying it in docker without `network_mode: host`.
44
+ See [#226](https://github.com/screego/server/issues/226)
45
+
46
```bash
47
$ docker run -it \
48
-e SCREEGO_EXTERNAL_IP=EXTERNALIP \
0 commit comments