回答編集履歴
2
Add expression
answer
CHANGED
@@ -23,11 +23,14 @@
|
|
23
23
|
command: mongod --smallfiles --oplogSize 128
|
24
24
|
```
|
25
25
|
|
26
|
-
Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます
|
26
|
+
Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます:
|
27
27
|
|
28
|
-

|
29
28
|

|
30
29
|
|
30
|
+
誤りの検出のために、拡張機能をインストールする必要があります:
|
31
|
+
|
32
|
+

|
33
|
+
|
31
34
|
参考:
|
32
35
|
[最低限押さえておきたい YAML の読みかた・書きかた | ultra code](https://futureys.tokyo/knowledge-about-reading-and-writing-yaml-which-must-check-at-least/)
|
33
36
|
[docker-compose.yml の内容を理解しよう | ultra code](https://futureys.tokyo/lets-understand-contents-of-docker-compose-yml/)
|
1
Add expression
answer
CHANGED
@@ -23,8 +23,12 @@
|
|
23
23
|
command: mongod --smallfiles --oplogSize 128
|
24
24
|
```
|
25
25
|
|
26
|
-
|
26
|
+
Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます。
|
27
27
|
|
28
|
+

|
29
|
+

|
30
|
+
|
31
|
+
参考:
|
28
32
|
[最低限押さえておきたい YAML の読みかた・書きかた | ultra code](https://futureys.tokyo/knowledge-about-reading-and-writing-yaml-which-must-check-at-least/)
|
29
33
|
[docker-compose.yml の内容を理解しよう | ultra code](https://futureys.tokyo/lets-understand-contents-of-docker-compose-yml/)
|
30
34
|
[Compose file version 2 reference | Docker Documentation](https://docs.docker.com/compose/compose-file/compose-file-v2/)
|