Skip to content

Commit

Permalink
Remove usage of port 5555 in documentation (EmbarkStudios#152)
Browse files Browse the repository at this point in the history
Can't find any relationship to port 5555 in current code, therefore removing it from documentation.
  • Loading branch information
suom1 authored Nov 10, 2021
1 parent 2e7b8fd commit 45ef5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```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`.

Expand Down

0 comments on commit 45ef5f1

Please sign in to comment.