diff --git a/README.md b/README.md index 26ba659..8952dbc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ possibly scattered across instances like this instance using the To run this service & nginx in two separate preconfigured containers, simply run: ```bash -TELEMETRY=YES URL_PREFIX=https://xpop.my-site.com docker-compose up --build +PORT=80 SSLPORT=443 TELEMETRY=YES URL_PREFIX=https://localhost docker-compose up --build ``` Run with `-d` flag to run 'detached', in the background. diff --git a/conf/ssl/README.md b/conf/ssl/README.md new file mode 100644 index 0000000..47c28f4 --- /dev/null +++ b/conf/ssl/README.md @@ -0,0 +1,5 @@ +# WARNING + +The certificates in this folder are **SELF SIGNED SAMPLES** just so NGINX will boot. + +You will have to **REPLACE THESE FILES** with your own valid certificates.