remove shared volume

master
binhex 2 days ago
parent 5987df60d3
commit 1b1b451b59

@ -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

Loading…
Cancel
Save