From 9976c9f5c20b35f7245dad4a10c3fa1fc04e3cc1 Mon Sep 17 00:00:00 2001 From: Trey Yoder Date: Sun, 19 Apr 2020 17:29:06 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6822485..793aad6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -A fully local and Dockerized server of quakejs. +A fully local and Dockerized quakejs server. Independent, Unadulterated, Free. ----- -The purpose of this project was to create a fully independent quakejs server that doesn't require content to be served from the internet. +The goal of this project was to create a fully independent quakejs server that does not require content to be served from the internet. Hence, once pulled, this does not need to connect to any external provider, ie. content.quakejs.com. Nor does this server need to be proxied/served/relayed from http://www.quakejs.com/ Simply pull the image [treyyoder/quakejs](https://hub.docker.com/r/treyyoder/quakejs) and run it: ``` -docker run -d --name quakejs -e SERVER= -e HTTP_PORT= -p :80 -p 27960:27960 treyyoder/quakejs:latest +docker run -d --name quakejs -e SERVER= -e HTTP_PORT= -p :80 -p 27960:27960 treyyoder/quakejs:latest ``` Example: