Remove usage of port 5555 in documentation (#152)

Can't find any relationship to port 5555 in current code, therefore removing it from documentation.
This commit is contained in:
Markus Viitamäki
2021-11-10 15:50:21 +01:00
committed by GitHub
parent 2e7b8fdcb2
commit 45ef5f191c
+1 -1
View File
@@ -20,7 +20,7 @@ Current stable release: [v1.3.0](https://github.com/EmbarkStudios/wg-ui/releases
The easiest way to run wg-ui is using the container image. To test it, run: The easiest way to run wg-ui is using the container image. To test it, run:
```docker run --rm -it --privileged --entrypoint "/wireguard-ui" -v /tmp/wireguard-ui:/data -p 8080:8080 -p 5555:5555 embarkstudios/wireguard-ui:latest --data-dir=/data --log-level=debug``` ```docker run --rm -it --privileged --entrypoint "/wireguard-ui" -v /tmp/wireguard-ui:/data -p 8080:8080 embarkstudios/wireguard-ui:latest --data-dir=/data --log-level=debug```
When running in production, we recommend using the latest release as opposed to `latest`. When running in production, we recommend using the latest release as opposed to `latest`.