You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add rstudio
This commit is contained in:
		| @@ -371,6 +371,7 @@ A collection of delicious docker recipes. | ||||
| - [x] prosody/prosody | ||||
| - [x] registry | ||||
| - [x] restic/rest-server | ||||
| - [x] rocker/rstudio | ||||
| - [x] rocket.chat | ||||
| - [x] rundeck/rundeck | ||||
| - [x] wonderfall/searx | ||||
|   | ||||
							
								
								
									
										2
									
								
								rstudio/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								rstudio/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| rstudio | ||||
| ======= | ||||
							
								
								
									
										15
									
								
								rstudio/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								rstudio/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| version: "3.8" | ||||
|  | ||||
| services: | ||||
|  | ||||
|   rocker: | ||||
|     image: rocker/rstudio:4.1.0 | ||||
|     ports: | ||||
|       - "3838:3838" | ||||
|       - "8787:8787" | ||||
|     volumes: | ||||
|       - ./data:/home/rstudio | ||||
|     environment: | ||||
|       - ADD=shiny | ||||
|       - DISABLE_AUTH=true | ||||
|     restart: unless-stopped | ||||
		Reference in New Issue
	
	Block a user