mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
Updated README [skip ci]
This commit is contained in:
parent
c1be6300ad
commit
17e462d1c2
@ -5,11 +5,10 @@
|
||||
Simple encrypted web chat. Powered by [socket.io](http://socket.io) and the [web cryptography API](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto).
|
||||
|
||||
### Running a local copy
|
||||
You can run a local copy of Darkwire via Docker through dockerhub. Versions are strictly controlled, [we recommend using the latest tagged version](https://github.com/seripap/darkwire.io/releases/latest) as older versions may pose some security issues.
|
||||
You can run a local copy of Darkwire via Docker through dockerhub. Versions are strictly controlled, [we recommend using the latest tagged version](https://github.com/seripap/darkwire.io/releases/latest) as older versions may pose some security issues. Our docker repository will **always** reference the latest version that is available on github.
|
||||
|
||||
```
|
||||
# Version numbers can be found in latest releases
|
||||
$ docker run -d -p 80:3000 --name dakrwire darkwire/${VERSION_NUMBER}
|
||||
$ docker run -d -p 80:3000 --name dakrwire darkwire/darkwire:latest
|
||||
```
|
||||
|
||||
Docker is now running on local port 80.
|
||||
|
Loading…
x
Reference in New Issue
Block a user