Skip to content

Latest commit

Β 

History

History
49 lines (40 loc) Β· 1.69 KB

DOCKER_UPDATING.md

File metadata and controls

49 lines (40 loc) Β· 1.69 KB

Windows Updating

  1. Press ❖ Windows + R to open the Run dialog box. Type cmd and then hit ↡ Enter
  2. Run these commands in a row:
  • docker stop mgw-app
  • docker rm mgw-app
  • docker volume rm mgw-data
  • docker pull sergree/matchering-web
  1. Finally, run the updated container:
    docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
    
  2. Enjoy your updated Matchering 2.0 at πŸŽ‰ http://127.0.0.1:8360 πŸŽ‰

macOS Updating

  1. Press ⌘ Command + Space to open the Spotlight menu. Type Terminal and then hit ↡ Return
  2. Run these commands in a row:
  • docker stop mgw-app
  • docker rm mgw-app
  • docker volume rm mgw-data
  • docker pull sergree/matchering-web
  1. Finally, run the updated container:
    docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
    
  2. Enjoy your updated Matchering 2.0 at πŸŽ‰ http://127.0.0.1:8360 πŸŽ‰

Linux Updating

  1. Open the terminal
  2. Run these commands in a row:
  • sudo docker stop mgw-app
  • sudo docker rm mgw-app
  • sudo docker volume rm mgw-data
  • sudo docker pull sergree/matchering-web
  1. Finally, run the updated container:
    sudo docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
    
  2. Enjoy your updated Matchering 2.0 at πŸŽ‰ http://127.0.0.1:8360 πŸŽ‰

πŸ’“ WhatBPM

Looking for the perfect BPM or key for a new EDM track?

Check out WhatBPM!

A completely free open-source web service from the author of Matchering.