version: "3.8" services: notebook: image: jupyter/minimal-notebook ports: - "8888:8888" volumes: - ./data:/home/jovyan restart: unless-stopped