From 23a275703252695dbffec0b372a753dd62d13c4d Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 10 Nov 2023 12:27:04 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41a61b3..a388ca4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ This is the nodejs webrtc signalling server code straight off the WebRTC Network Use this to create a signalling server for WebRTC projects. AirSignal is used in [AirPeer](https://github.com/adrenak/airpeer), a general purpose WebRTC plugin for Unity as well as [UniVoice](https://github.com/adrenak/univoice), a VoIP solution for Unity based on AirPeer. +## Installation (Docker) + +Run `docker run --rm --name airsignal -p "12776:12776" -p "12776:12776/udp" -d gitea.vps.chriphost.de/christoph/airsignal:latest` to spin up the container. + ## Installation Install [Nodejs](https://nodejs.org/en/) which comes with [NPM](https://www.npmjs.com/get-npm) After installing run the following commands: