github.com/yunabe/lgo@v0.0.0-20190709125917-42c42d410fdf/docker/jupyter/docker-compose.yml (about)

     1  
     2  version: "3.3"
     3  
     4  services:
     5    jupyter:
     6      build:
     7        context: .
     8      # To use a different port of host, change the first 8888.
     9      ports:
    10        - "8888:8888"
    11      volumes:
    12        - type: "bind"
    13          source: ./../../examples
    14          target: /examples