Sign inSign up

nilusink/secure_mess_server

By nilusink

Updated over 4 years ago

For easy installation of a SecureMess Server.

Image
0

276

nilusink/secure_mess_server repository overview

To run (and download) the Server you need to forward the server port (3333) to the port you wish your server to run on.

Here is an example command:

docker run --rm -it -p <your-port>:3333 nilusink/secure_mess_server:latest

If you don't have a specific port you want your server to run on, you can just use 3333:3333 so it uses the default port. In this example we also use --rm, which cleans up the container after running and -it (interactive terminal) so we get live messages. I would recommend using --rm, but -it is not really needed.

GitHub

Tag summary

Content type

Image

Digest

Size

367.9 MB

Last updated

over 4 years ago

docker pull nilusink/secure_mess_server