Delete docker-compose.yml

This commit is contained in:
MarkusMcNugen 2018-02-10 15:31:42 -05:00 committed by GitHub
parent 064a9735d3
commit 478c7fe780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
openvpn:
image: markusmcnugen/qbittorrentvpn
privileged: true
ports:
- "8080:8080"
- "8999:8999"
volumes:
- /etc/localtime:/etc/localtime:ro
- /your/config/path/:/config
- /your/downloads/path/:/downloads
environment:
VPN_ENABLED: yes
LAN_NETWORK: 192.168.1.0/24
NAME_SERVERS: 8.8.8.8,8.8.4.4
PUID: UID
PGID: GID