Whitespace and gitignore
parent
9ea5fe3b5f
commit
eb22f37654
|
@ -13,4 +13,4 @@ insert_final_newline = false
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 2
|
|
@ -1,2 +0,0 @@
|
||||||
jupyter/jupyter
|
|
||||||
jupyter/notebooks
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
jupyter/
|
||||||
|
notebooks/
|
|
@ -9,7 +9,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "./stdata:/stdata"
|
- "./stdata:/stdata"
|
||||||
- "./stconfig:/stconfig"
|
- "./stconfig:/stconfig"
|
||||||
# host:container
|
|
||||||
ports:
|
ports:
|
||||||
- "8384:8384"
|
- "8384:8384"
|
||||||
- "22067:22067"
|
- "22067:22067"
|
Loading…
Reference in New Issue