Skip to content

Commit

Permalink
Merge pull request #25 from kozo2/patch-2
Browse files Browse the repository at this point in the history
Replace https to http
  • Loading branch information
seandavi committed May 10, 2022
2 parents c36b6c3 + 412de39 commit 23c7700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For detailed instructions, see the `How to build a workshop` article/vignette.
```sh
docker run -e PASSWORD=<choose_a_password_for_rstudio> -p 8787:8787 YOURDOCKERIMAGENAME
```
Once running, navigate to https://localhost:8787/ and then login with `rstudio`:`yourchosenpassword`.
Once running, navigate to http://localhost:8787/ and then login with `rstudio`:`yourchosenpassword`.

To try with **this** repository docker image:

Expand Down

0 comments on commit 23c7700

Please sign in to comment.