mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
10 lines
173 B
YAML
10 lines
173 B
YAML
version: "3.8"
|
|
services:
|
|
notebook:
|
|
image: jupyter/minimal-notebook
|
|
ports:
|
|
- "8888:8888"
|
|
volumes:
|
|
- ./data:/home/jovyan
|
|
restart: unless-stopped
|