Skip to content

Commit 6dc04ba

Browse files
codez0mb1eCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bcbb56b commit 6dc04ba

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

rstudio-server/server/compose.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ services:
1919
- ./projects:/home/rstudio/projects # projects directory
2020
- ./data:/home/rstudio/data # data directory (make read-only if desired)
2121
- ./config.json:/home/rstudio/.config/rstudio/rstudio-prefs.json
22-
deploy:
23-
resources:
24-
limits:
25-
memory: 8g
26-
cpus: "4.0"
22+
mem_limit: 8g
23+
cpus: 4.0
2724
healthcheck:
2825
test: ["CMD", "wget", "--spider", "-q", "http://localhost:8787/"]
2926
interval: 30s

0 commit comments

Comments
 (0)