We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8161c7f commit 0d78122Copy full SHA for 0d78122
2 files changed
rstudio-server/server/.env
@@ -1,4 +1,4 @@
1
-RSTUDIO_USER=dp
+RSTUDIO_USER=data-scientist
2
RSTUDIO_PASSWORD=your-very-secure-pwd-here
3
RSTUDIO_USERID=1000
4
RSTUDIO_GROUPID=1000
rstudio-server/server/compose.yml
@@ -16,9 +16,8 @@ services:
16
- TZ=${TZ:-UTC}
17
volumes:
18
# note: change hosts paths as needed
19
- - ./projects:/home/rstudio/projects
20
- - ./data:/home/rstudio/data
21
- - ./apps:/home/rstudio/apps:ro
+ - ./projects:/home/rstudio/projects # projects directory
+ - ./data:/home/rstudio/data # data directory (make read-only if desired)
22
- ./config.json:/home/rstudio/.config/rstudio/rstudio-prefs.json
23
deploy:
24
resources:
0 commit comments