Add nordvpn

This commit is contained in:
olomana 2023-02-11 00:41:07 +00:00
parent d43a57f6c9
commit af34ee9961
2 changed files with 20 additions and 0 deletions

1
nordvpn/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
docker-compose.yml

19
nordvpn/README.md Normal file
View File

@ -0,0 +1,19 @@
# NordVPN
Some containers go through a nordvpn container.
Uses the open source `https://github.com/bubuntux/nordvpn` repo to create a NordVPN container that other containers can reference when starting up.
Changes were made to the docker-compose following each container's README instructions on the various repos.
```
Volumes:
- /data/persistent/qb/appdata/config:/config
- /data/persistent/qb/downloads:/downloads
```
```
FIREWALL=Enable
```
Note: If conflicts on qb port, can change it by setting the env var for WEBUI_PORT=xxxx.