Skip to content

Commit f40ef82

Browse files
committed
fix: (!) added localhost prefix to port to avoid network wide share of service
1 parent df15848 commit f40ef82

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# R for datascience
22

3-
## Unreleased (2023-04-11)
3+
## Unreleased (2023-04-12)
44

55
#### New Features
66

77
* updated RStudio to `2023.05.0-daily-210` and quarto to `1.3.313`
88
* added `autonewsmd` and updated RStudio and Quarto
99
* included `pythdon-dev` and dqa-python package
10+
#### Docs
11+
12+
* updated news.md
1013
#### Others
1114

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

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

2023
## 4.2.3 (2023-03-20)
2124

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ services:
44
image: joundso/rdsc_rstudio_j:${VERSION_TAG}
55
restart: unless-stopped
66
ports:
7-
- "${RSTUDIO_PORT}:8787" #rstudio
8-
- "${SHINY_PORT}:3838" #shiny
7+
- "127.0.0.1:${RSTUDIO_PORT}:8787" #rstudio
8+
- "127.0.0.1:${SHINY_PORT}:3838" #shiny
99
## The environment does not work properly,
1010
## see <https://github.com/rstudio/renv/issues/446>
1111
# environment:

0 commit comments

Comments
 (0)