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 privileged: true
ports: ports:
- "8080:8080" - "8080:8080"
- "8999:8999"
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /your/config/path/:/config - /your/config/path/:/config
- /your/downloads/path/:/downloads - /your/downloads/path/:/downloads
environment: environment:
OPENVPN_USERNAME: username VPN_ENABLED: yes
OPENVPN_PASSWORD: password LAN_NETWORK: 192.168.1.0/24
NAME_SERVERS: 8.8.8.8,8.8.4.4
PUID: UID PUID: UID
PGID: GID PGID: GID