From f40ef82bce5e3969bd716b7998634bd5315ad43e Mon Sep 17 00:00:00 2001 From: Jonathan Mang <56686638+joundso@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:48:21 +0200 Subject: [PATCH] fix: (!) added localhost prefix to port to avoid network wide share of service --- NEWS.md | 7 +++++-- docker-compose.yml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5ac8a02..d9ff3a0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 @@ -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) diff --git a/docker-compose.yml b/docker-compose.yml index 75096e4..611b985 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 # environment: