Typo
This commit is contained in:
parent
2d85a23a20
commit
f8d33cbc4d
2
GUIDE.md
2
GUIDE.md
@ -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
|
4. Restart your docker image, but this time use `8080` since that is what Nginx is now looking for
|
||||||
* `cd ~/`
|
* `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!
|
5. Finally, time to test!
|
||||||
* Go to `http://<your site>/admin`
|
* Go to `http://<your site>/admin`
|
||||||
|
Loading…
Reference in New Issue
Block a user