Skip to content

Commit

Permalink
remove shared volume
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Dec 19, 2024
1 parent 5987df6 commit 1b1b451
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,21 +184,6 @@ and
-e WEBUI_PORT=8090 \
```

---
If you are using VPN provider PIA or ProtonVPN and wish to share the assigned dynamic incoming port with another docker container running in the same network then this can be done via a docker volume, so add the following to your docker run command:-

``` bash
-v <name of volume>:/shared \
```

e.g.

```bash
-v binhex-shared:/shared \
```

The incoming port will then be available in `/shared/getvpnport`.

---
If you appreciate my work, then please consider buying me a beer :D

Expand Down

0 comments on commit 1b1b451

Please sign in to comment.