Ingen beskrivning
version: "3" services: jupyter: build: . ports: - "8888:8888" volumes: - ./:/data - /var/run/docker.sock:/var/run/docker.sock