docker/jupyter/docker-compose.yml

15 lines
244 B
YAML
Raw Normal View History

2022-10-01 17:30:14 -07:00
version: "3"
services:
jupyter:
image: git.betalupi.com/mark/jupyter
container_name: jupyter
restart: unless-stopped
volumes:
- "./notebooks:/home/joyvan/notebooks"
# host:container
ports:
- "8888:8888"