From af34ee996102b5e460e3f147a440396639d6b315 Mon Sep 17 00:00:00 2001 From: olomana Date: Sat, 11 Feb 2023 00:41:07 +0000 Subject: [PATCH] Add nordvpn --- nordvpn/.gitignore | 1 + nordvpn/README.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 nordvpn/.gitignore create mode 100644 nordvpn/README.md diff --git a/nordvpn/.gitignore b/nordvpn/.gitignore new file mode 100644 index 0000000..1120be9 --- /dev/null +++ b/nordvpn/.gitignore @@ -0,0 +1 @@ +docker-compose.yml diff --git a/nordvpn/README.md b/nordvpn/README.md new file mode 100644 index 0000000..47c8643 --- /dev/null +++ b/nordvpn/README.md @@ -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.