- Clone this repository (or copy files themselves)
- If you need to change ports for WebRTC, change them in both
Dockerfile
anddocker-compose.yml
files. - Run:
docker-compose up
NB! If you update your Dockerfile
(ports or wallet) and you're using docker-compose
, add a build
flag to build it again:
docker-compose up --build