Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.08 KB

DOCKER_LINUX.md

File metadata and controls

20 lines (16 loc) · 1.08 KB

Linux - Matchering 2.0 Docker Image

Make sure that your machine has at least 4 GB of RAM.

  1. Install Docker Engine - Community for:
  2. (Optional) Follow Post-installation steps for Linux
  3. Run this command in the terminal:
    sudo docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
    
  4. Enjoy your Matchering 2.0 at 🎉 http://127.0.0.1:8360 🎉 It will also run automatically at startup

IMPORTANT: Read the Keep the Privacy page if you would like to host our web application publicly!