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 23ff76f commit 2a07d5bCopy full SHA for 2a07d5b
1 file changed
README.md
@@ -177,6 +177,14 @@ it is to use the prebuilt image:
177
docker run -p 127.0.0.1:80:80 vectorim/element-web
178
```
179
180
+A server can also be made available to clients outside the local host by omitting the
181
+explicit local address as described in
182
+[docker run documentation](https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p---expose):
183
+
184
+```bash
185
+docker run -p 80:80 vectorim/element-web
186
+```
187
188
To supply your own custom `config.json`, map a volume to `/app/config.json`. For example,
189
if your custom config was located at `/etc/element-web/config.json` then your Docker command
190
would be:
0 commit comments