Fix yaml files codestyle

This commit is contained in:
Ayaz Salikhov
2020-06-13 20:24:39 +02:00
parent c094bb7219
commit cf0212611f
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: