- Press β Windows + R to open the Run dialog box. Type
cmd
and then hit β΅ Enter - Run these commands in a row:
docker stop mgw-app
docker rm mgw-app
docker volume rm mgw-data
docker pull sergree/matchering-web
- Finally, run the updated container:
docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
- Enjoy your updated Matchering 2.0 at π http://127.0.0.1:8360 π
- Press β Command + Space to open the Spotlight menu. Type
Terminal
and then hit β΅ Return - Run these commands in a row:
docker stop mgw-app
docker rm mgw-app
docker volume rm mgw-data
docker pull sergree/matchering-web
- Finally, run the updated container:
docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
- Enjoy your updated Matchering 2.0 at π http://127.0.0.1:8360 π
- Open the terminal
- 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
- Finally, run the updated container:
sudo docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web
- Enjoy your updated Matchering 2.0 at π http://127.0.0.1:8360 π