-
Notifications
You must be signed in to change notification settings - Fork 53
Sharing a docker-compose.yaml example for Proton VPN #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Out of curiosity, Is the network_mode: bridge required? |
anyone can help me how to port forward properly ? I mean I've added the +pmp, added my port in qbittorrent, and then ? my port seem still closed :( |
I've tried a half dozen other docker images as well ^ having the same issue using ProtonVPN - everything SEEMS okay but no upload. |
Proton VPN's port forwarding sessions only last 60 seconds. You could potentially do this with the
|
Thanks for sharing this, however i already do something very similar, but it obviously does not work for some reason:- https://github.com/binhex/arch-int-vpn/blob/9f1d204fecd8bad6162dc200959f9c1b10627a88/run/local/tools.sh#L911 |
Your method is far more elegant. |
Looks like ProtonVPN is now officially supported, but I didn't see any official documentation or examples of how to run the container with it.
Sharing my docker-compose.yaml in case anyone needs it in the future:
Notes:
+pmp
at the end of your username to indicate you want port forwarding enabled by ProtonVPN as shown in their official documentationLAN_NETWORK
to be your LAN network IP range (obviously). I used this site to convert to CIDR notation.WEBUI_PORT
to be something other than the default port8080
was already taken by another app. If you do this, you'll have to set the environment variable e.g., like I did, usingWEBUI_PORT=49550
. Also be sure to change your port mapping e.g., like I do to be49550:49550
.PUID
andPGID
to be whatever local user and/or group you want it to be. I personally set the user to be ''1060'' and grant permissions to the/config
directory on my machine.49551
(again, just personal preference)The text was updated successfully, but these errors were encountered: