Skip to content

Commit

Permalink
Merge pull request #57 from miklosbagi/proton-vpn-compose-example-update
Browse files Browse the repository at this point in the history
Update ProtonVPN docs
  • Loading branch information
miklosbagi authored Jan 13, 2025
2 parents a519a79 + 41df307 commit 202bde4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ services:
VPN_PORT_FORWARDING: on
VPN_PORT_FORWARDING_PROVIDER: "private internet access"
restart: unless-stopped
# for ubuntu-latest, you may need:
devices:
- /dev/net/tun:/dev/net/tun
Expand Down Expand Up @@ -141,7 +142,7 @@ Also, please note that we test against versions, not :latest, as that's like a w
```
services:
gluetun:
image: qmcgaw/gluetun:v3.37.0
image: qmcgaw/gluetun:v3.40.0
volumes:
- ./data/gluetun:/gluetun
cap_add:
Expand All @@ -157,6 +158,9 @@ services:
VPN_PORT_FORWARDING: on
VPN_PORT_FORWARDING_PROVIDER: "protonvpn"
restart: unless-stopped
# for ubuntu-latest, you may need:
devices:
- /dev/net/tun:/dev/net/tun
transmission: ...same as with piavpn above...
gluetrans: ....same as with piavpn above...
Expand Down

0 comments on commit 202bde4

Please sign in to comment.