Merge branch 'master' into asalikhov/bash_codestyle

This commit is contained in:
Peter Parente
2020-06-15 08:37:27 -04:00
committed by GitHub
6 changed files with 36 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
---
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
@@ -9,8 +10,8 @@ services:
image: my-notebook
container_name: ${NAME}
volumes:
- "work:/home/jovyan/work"
- "secrets:/etc/letsencrypt"
- "work:/home/jovyan/work"
- "secrets:/etc/letsencrypt"
ports:
- "${PORT}:8888"
environment:

View File

@@ -1,3 +1,4 @@
---
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
@@ -9,7 +10,7 @@ services:
image: my-notebook
container_name: ${NAME}
volumes:
- "work:/home/jovyan/work"
- "work:/home/jovyan/work"
ports:
- "${PORT}:8888"

View File

@@ -1,3 +1,4 @@
---
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
@@ -9,7 +10,7 @@ services:
image: my-notebook
container_name: ${NAME}
volumes:
- "work:/home/jovyan/work"
- "work:/home/jovyan/work"
ports:
- "${PORT}:8888"
environment: