mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Fix yaml files codestyle
This commit is contained in:
@@ -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:
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user