Skip to content

Commit 0d78122

Browse files
committed
Minor improvements
1 parent 8161c7f commit 0d78122

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

rstudio-server/server/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RSTUDIO_USER=dp
1+
RSTUDIO_USER=data-scientist
22
RSTUDIO_PASSWORD=your-very-secure-pwd-here
33
RSTUDIO_USERID=1000
44
RSTUDIO_GROUPID=1000

rstudio-server/server/compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ services:
1616
- TZ=${TZ:-UTC}
1717
volumes:
1818
# note: change hosts paths as needed
19-
- ./projects:/home/rstudio/projects
20-
- ./data:/home/rstudio/data
21-
- ./apps:/home/rstudio/apps:ro
19+
- ./projects:/home/rstudio/projects # projects directory
20+
- ./data:/home/rstudio/data # data directory (make read-only if desired)
2221
- ./config.json:/home/rstudio/.config/rstudio/rstudio-prefs.json
2322
deploy:
2423
resources:

0 commit comments

Comments
 (0)