This repository has been archived on 2026-05-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker-old/jupyter/docker-compose.yml
T
2022-10-01 19:10:15 -07:00

16 lines
286 B
YAML

version: "3"
services:
jupyter:
image: git.betalupi.com/mark/jupyter
container_name: jupyter
restart: unless-stopped
volumes:
- "./notebooks:/home/jovyan/notebooks"
- "./jupyter:/home/jovyan/.jupyter"
# host:container
ports:
- "8888:8888"