Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker committed Jul 30, 2024
1 parent f9b11ec commit 1ac2a4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ The following command can be used to pull the latest image from docker hub.

The image can be started with:

docker run -p 9999:9999 -it msmint/msmint:latest -v /data/:/data/
docker run -p 9999:9999 -v /data/:/data/ msmint/msmint:latest Mint --data-dir /data --no-browser --host 0.0.0.0

Then the tool is available in the browser at http://localhost:9999.

Then the tool is available in the browser at http://localhost:8000.

## Installation from source
We recommend using [conda](https://docs.anaconda.com/free/miniconda/) or [mamba](https://conda-forge.org/miniforge/) to create a virtual environment before installing `ms-mint-app`.
Expand Down

0 comments on commit 1ac2a4b

Please sign in to comment.