Updated readme and labels

This commit is contained in:
Quentin McGaw
2018-03-31 21:56:18 -04:00
parent 9373a72983
commit 8be3dedae5
3 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
FROM alpine:3.7
LABEL maintainer="quentin.mcgaw@gmail.com" \
description="VPN client container to private internet access servers based on Alpine Linux and OpenVPN" \
size="?MB" \
ram="?MB" \
size="8MB" \
ram="4.3MB" \
github="https://github.com/qdm12/private-internet-access-docker"
COPY script.sh .
RUN chmod +x script.sh && \

View File

@@ -6,6 +6,8 @@ Docker VPN client to private internet access servers based on [Alpine Linux](htt
[![Build Status](https://travis-ci.org/qdm12/private-internet-access-docker.svg?branch=master)](https://travis-ci.org/qdm12/private-internet-access-docker)
The image is **8MB** and uses **4.3MB** of ram
It requires:
- A Private Internet Access **username** and **password** - [Sign up](https://www.privateinternetaccess.com/pages/buy-vpn/)
- [Docker](https://docs.docker.com/install/) installed on the host

View File

@@ -11,7 +11,7 @@ services:
- 209.222.18.222
- 209.222.18.218
volumes:
- /yourpath/auth.conf:/pia/auth.conf:ro
- /yourpath/auth.conf:/auth.conf:ro
environment:
- REGION=Germany
restart: always