Skip to content

Commit

Permalink
fix: (!) added localhost prefix to port to avoid network wide share o…
Browse files Browse the repository at this point in the history
…f service
  • Loading branch information
joundso committed Apr 12, 2023
1 parent df15848 commit f40ef82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# R for datascience

## Unreleased (2023-04-11)
## Unreleased (2023-04-12)

#### New Features

* updated RStudio to `2023.05.0-daily-210` and quarto to `1.3.313`
* added `autonewsmd` and updated RStudio and Quarto
* included `pythdon-dev` and dqa-python package
#### Docs

* updated news.md
#### Others

* added native pipe as default to RStudio settings
Expand All @@ -15,7 +18,7 @@
* (deps): update docker/build-push-action action to v4 ([#6](https://github.com/joundso/r_datascience/issues/6))
* (deps): update ardalanamini/auto-changelog action to v1.4.0 ([#4](https://github.com/joundso/r_datascience/issues/4))

Full set of changes: [`4.2.3...5e92547`](https://github.com/joundso/r_datascience/compare/4.2.3...5e92547)
Full set of changes: [`4.2.3...df15848`](https://github.com/joundso/r_datascience/compare/4.2.3...df15848)

## 4.2.3 (2023-03-20)

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
image: joundso/rdsc_rstudio_j:${VERSION_TAG}
restart: unless-stopped
ports:
- "${RSTUDIO_PORT}:8787" #rstudio
- "${SHINY_PORT}:3838" #shiny
- "127.0.0.1:${RSTUDIO_PORT}:8787" #rstudio
- "127.0.0.1:${SHINY_PORT}:3838" #shiny
## The environment does not work properly,
## see <https://github.com/rstudio/renv/issues/446>
# environment:
Expand Down

0 comments on commit f40ef82

Please sign in to comment.