Skip to content

Commit

Permalink
Replace https to http
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Sep 27, 2021
1 parent e1d758d commit 412de39
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 412de39

Please sign in to comment.