mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update docker-compose.yml
This commit is contained in:
parent
f00bda0867
commit
fd1d50c0ee
@ -1,21 +1,14 @@
|
|||||||
openvpn:
|
openvpn:
|
||||||
image: haugene/transmission-openvpn
|
image: markusmcnugen/qbittorrentvpn
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- "9091:9091"
|
- "9091:9091"
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /your/storage/path/:/data
|
- /your/config/path/:/config
|
||||||
|
- /your/downloads/path/:/downloads
|
||||||
environment:
|
environment:
|
||||||
OPENVPN_PROVIDER: PIA
|
|
||||||
OPENVPN_USERNAME: username
|
OPENVPN_USERNAME: username
|
||||||
OPENVPN_PASSWORD: password
|
OPENVPN_PASSWORD: password
|
||||||
|
PUID: UID
|
||||||
|
PGID: GID
|
||||||
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