This commit is contained in:
Jason Carpenter 2020-04-24 15:59:30 -04:00
parent 2d85a23a20
commit f8d33cbc4d

View File

@ -266,7 +266,7 @@ Nginx is a self hosted, highly configurable webserver. Nginx can be configured t
4. Restart your docker image, but this time use `8080` since that is what Nginx is now looking for
* `cd ~/`
* `docker run -p 8080:8080 --env-file=<your env file> milesmcc/shynet:latest-ssl`
* `docker run -p 8080:8080 --env-file=<your env file> milesmcc/shynet:latest`
5. Finally, time to test!
* Go to `http://<your site>/admin`