From 8be3dedae51065fc7891b615806c5d5d244c7859 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 31 Mar 2018 21:56:18 -0400 Subject: [PATCH] Updated readme and labels --- Dockerfile | 4 ++-- README.md | 2 ++ docker-compose.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07951a62..009840c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/README.md b/README.md index 137b7ed1..63d2bc47 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 4ba187e6..ab11c954 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file