質問編集履歴

3

誤り

2021/09/01 03:21

投稿

yuuta_s
yuuta_s

スコア0

test CHANGED
File without changes
test CHANGED
@@ -140,7 +140,7 @@
140
140
 
141
141
 
142
142
 
143
- 1. `$ cd test-nginx`
143
+ 1. `$ cd project`
144
144
 
145
145
  2. `$ docker-compose up`
146
146
 

2

修正

2021/09/01 03:21

投稿

yuuta_s
yuuta_s

スコア0

test CHANGED
File without changes
test CHANGED
@@ -140,7 +140,7 @@
140
140
 
141
141
 
142
142
 
143
- 1. `$ cd /path/to/your/project`
143
+ 1. `$ cd test-nginx`
144
144
 
145
145
  2. `$ docker-compose up`
146
146
 

1

順番変更

2021/09/01 03:18

投稿

yuuta_s
yuuta_s

スコア0

test CHANGED
File without changes
test CHANGED
@@ -94,16 +94,6 @@
94
94
 
95
95
 
96
96
 
97
- project/app/html/hoge/fuga/index.html
98
-
99
- ```html
100
-
101
- hogefuga
102
-
103
- ```
104
-
105
-
106
-
107
97
  project/nginx/default.conf
108
98
 
109
99
  ```conf
@@ -122,7 +112,15 @@
122
112
 
123
113
  }
124
114
 
115
+ ```
125
116
 
117
+
118
+
119
+ project/app/html/hoge/fuga/index.html
120
+
121
+ ```html
122
+
123
+ hogefuga
126
124
 
127
125
  ```
128
126