diff --git a/README.md b/README.md index eafcc12..51b9f11 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The app can be run using the docker image `exbio/simba-qc`. The image can be pul ```bash docker run -p :8080 bigdatainbiomedicine/simba-qc ``` -The app will be available at [http://localhost:](http://localhost:). +Assuming that the port 1234 is used, the app can be accessed at [http://localhost:1234](http://localhost:1234). ### Local The app can also be run locally. The following steps are required to run the app locally: @@ -23,4 +23,5 @@ pip install -r requirements.txt ```bash cd src uvicorn app:app --host 0.0.0.0 --port -``` \ No newline at end of file +``` +Assuming that the port 1234 is used, the app can be accessed at [http://localhost:1234](http://localhost:1234). \ No newline at end of file