Updated readme and labels
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -6,6 +6,8 @@ Docker VPN client to private internet access servers based on [Alpine Linux](htt
|
||||
|
||||
[](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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user