version: '3' services: jupyter: build: context: . dockerfile: Dockerfile.local volumes: - ./:/home/jovyan/work/ ports: - 8085:8888