mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
20 lines
540 B
Markdown
20 lines
540 B
Markdown
# 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.
|