Update docker-compose.yml

This commit is contained in:
MarkusMcNugen 2018-02-05 01:23:02 -05:00 committed by GitHub
parent dd1a3e2ea9
commit b4d314f6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,14 @@ openvpn:
privileged: true
ports:
- "8080:8080"
- "8999:8999"
volumes:
- /etc/localtime:/etc/localtime:ro
- /your/config/path/:/config
- /your/downloads/path/:/downloads
environment:
OPENVPN_USERNAME: username
OPENVPN_PASSWORD: password
VPN_ENABLED: yes
LAN_NETWORK: 192.168.1.0/24
NAME_SERVERS: 8.8.8.8,8.8.4.4
PUID: UID
PGID: GID