mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
16 lines
251 B
YAML
16 lines
251 B
YAML
|
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
|