diff --git a/Dockerfile b/Dockerfile index 78ec7dfa..1c62989c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM alpine:3.7 LABEL maintainer="quentin.mcgaw@gmail.com" \ description="VPN client to private internet access servers using OpenVPN, Alpine and Cloudflare 1.1.1.1 DNS over TLS" \ - download="?MB" \ + download="5.4MB" \ size="12.9MB" \ - ram="?MB" \ - cpu_usage="Very low" \ + ram="11.89MB" \ + cpu_usage="Low to medium" \ github="https://github.com/qdm12/private-internet-access-docker" RUN apk add -q --progress --no-cache --update openvpn unbound && \ apk add -q --progress --no-cache --update --virtual build-dependencies ca-certificates wget unzip && \ diff --git a/README.md b/README.md index 79f8eb5c..16ee3d27 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Docker VPN client to private internet access servers based on [Alpine Linux](htt | Download size | Image size | RAM usage | CPU usage | | --- | --- | --- | --- | -| ?MB | 12.9MB | ?MB | Very low | +| 5.4MB | 12.9MB | 11.89MB | Low to Medium | It requires: - A Private Internet Access **username** and **password** - [Sign up](https://www.privateinternetaccess.com/pages/buy-vpn/) diff --git a/docker-compose.yml b/docker-compose.yml index 6756f433..ae3ef80b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,4 +13,8 @@ services: - /yourpath/auth.conf:/auth.conf:ro environment: - REGION=Germany - restart: always \ No newline at end of file + restart: always + +networks: + pianet: + external: true \ No newline at end of file