mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
Add nordvpn
This commit is contained in:
parent
d43a57f6c9
commit
af34ee9961
1
nordvpn/.gitignore
vendored
Normal file
1
nordvpn/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
docker-compose.yml
|
19
nordvpn/README.md
Normal file
19
nordvpn/README.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user