mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
example docker-compose.yml file
This commit is contained in:
parent
ac96bc56bf
commit
2364ddb2e9
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
openvpn:
|
||||||
|
image: haugene/transmission-openvpn
|
||||||
|
privileged: true
|
||||||
|
ports:
|
||||||
|
- "9091:9091"
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /your/storage/path/:/data
|
||||||
|
environment:
|
||||||
|
OPENVPN_PROVIDER: PIA
|
||||||
|
OPENVPN_USERNAME: username
|
||||||
|
OPENVPN_PASSWORD: password
|
||||||
|
|
||||||
|
|
||||||
|
nginx:
|
||||||
|
image: library/nginx
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /path/to/nginx.conf:/etc/nginx/nginx.conf:ro
|
Loading…
Reference in New Issue
Block a user