Unverified Commit 5e83e3b4 authored by Tom Moulard's avatar Tom Moulard
Browse files

jupyter: fixing comment and volume name in test

parent b37666a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,8 +5,9 @@ services:
    image: jupyter/tensorflow-notebook:45f07a14b422
    command: >
     jupyter notebook
     --NotebookApp.token=''   # removing token & password to enable traefik auth
     --NotebookApp.token=''
     --NotebookApp.password=''
    # removing token & password to enable traefik auth
    environment:
      - 'JUPYTER_ENABLE_LAB=yes'
    volumes:
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ services:
      srv: {}
    restart: always
    volumes:
    - /home/runner/work/make-my-server/make-my-server/jupyter:/home/jovyan:rw
    - /home/runner/work/make-my-server/make-my-server/jupyter/notebooks:/home/jovyan:rw
    - /home/runner/work/make-my-server/make-my-server/jupyter/jupyter/config:/root/.jupyter:rw
  kibana:
    image: docker.elastic.co/kibana/kibana:7.1.0