Minor documentation fix, 1.1.5

This commit is contained in:
Hexagon 2017-01-14 23:37:27 +01:00
parent 4cb0798467
commit 2f86cffc6e
2 changed files with 12 additions and 2 deletions

View File

@ -54,6 +54,16 @@ Done!
Docker setup Docker setup
======== ========
To run latest cryptalk with docker, exposed on host port 80, simply run the following command to pull it from docker hub
```bash
sudo docker run -d --restart=always -p 80:8080 hexagon/cryptalk
```
Docker setup (manual)
========
Clone this repo, enter the new directory. Clone this repo, enter the new directory.
Build image Build image
@ -66,7 +76,7 @@ Run container, enable start on boot, expose to port 80 at host
sudo docker run -d --restart=always -p 80:8080 hexagon/cryptalk sudo docker run -d --restart=always -p 80:8080 hexagon/cryptalk
``` ```
Browse to ```http://<ip-of-server>:1443/``` Browse to ```http://<ip-of-server>/```
Done! Done!

View File

@ -1,6 +1,6 @@
{ {
"name" : "cryptalk", "name" : "cryptalk",
"version" : "1.1.4", "version" : "1.1.5",
"description" : "Encrypted HTML5/Node.JS instant chat", "description" : "Encrypted HTML5/Node.JS instant chat",
"main" : "server.js", "main" : "server.js",
"subdomain": "cryptalk", "subdomain": "cryptalk",