Skip to content

Commit db5bd70

Browse files
committed
docker-compose cheat sheet title add
1 parent fe0c973 commit db5bd70

1 file changed

Lines changed: 209 additions & 1 deletion

File tree

data/docker-compose.json

Lines changed: 209 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,215 @@
66
"colorPref": "#745fb5",
77
"contents": [
88
{
9-
"title": "",
9+
"title": "মূল উদাহরণ (Basic example)",
10+
"items": [
11+
{
12+
"definition": "",
13+
"code": ""
14+
},
15+
{
16+
"definition": "",
17+
"code": ""
18+
}
19+
]
20+
},
21+
{
22+
"title": "মৌলিক কমান্ড (Basic Commands)",
23+
"items": [
24+
{
25+
"definition": "",
26+
"code": ""
27+
},
28+
{
29+
"definition": "",
30+
"code": ""
31+
}
32+
]
33+
},
34+
{
35+
"title": "বিল্ডিং (Building)",
36+
"items": [
37+
{
38+
"definition": "",
39+
"code": ""
40+
},
41+
{
42+
"definition": "",
43+
"code": ""
44+
}
45+
]
46+
},
47+
{
48+
"title": "পোর্ট (Ports)",
49+
"items": [
50+
{
51+
"definition": "",
52+
"code": ""
53+
},
54+
{
55+
"definition": "",
56+
"code": ""
57+
}
58+
]
59+
},
60+
{
61+
"title": "কমান্ড (Commands)",
62+
"items": [
63+
{
64+
"definition": "",
65+
"code": ""
66+
},
67+
{
68+
"definition": "",
69+
"code": ""
70+
}
71+
]
72+
},
73+
{
74+
"title": "এনভায়রনমেন্ট ভেরিএবলেস (Environment variables)",
75+
"items": [
76+
{
77+
"definition": "",
78+
"code": ""
79+
},
80+
{
81+
"definition": "",
82+
"code": ""
83+
}
84+
]
85+
},
86+
{
87+
"title": "ডিপেন্ডেন্সিস (Dependencies)",
88+
"items": [
89+
{
90+
"definition": "",
91+
"code": ""
92+
},
93+
{
94+
"definition": "",
95+
"code": ""
96+
}
97+
]
98+
},
99+
{
100+
"title": "অন্যান্য বিকল্প (Other options)",
101+
"items": [
102+
{
103+
"definition": "",
104+
"code": ""
105+
},
106+
{
107+
"definition": "",
108+
"code": ""
109+
}
110+
]
111+
},
112+
{
113+
"title": "লেবেল (Labels)",
114+
"items": [
115+
{
116+
"definition": "",
117+
"code": ""
118+
},
119+
{
120+
"definition": "",
121+
"code": ""
122+
}
123+
]
124+
},
125+
{
126+
"title": "হোস্ট (Hosts)",
127+
"items": [
128+
{
129+
"definition": "",
130+
"code": ""
131+
},
132+
{
133+
"definition": "",
134+
"code": ""
135+
}
136+
]
137+
},
138+
{
139+
"title": "বাহ্যিক নেটওয়ার্ক (External network)",
140+
"items": [
141+
{
142+
"definition": "",
143+
"code": ""
144+
},
145+
{
146+
"definition": "",
147+
"code": ""
148+
}
149+
]
150+
},
151+
{
152+
"title": "ডিএনএস সার্ভার (DNS servers)",
153+
"items": [
154+
{
155+
"definition": "",
156+
"code": ""
157+
},
158+
{
159+
"definition": "",
160+
"code": ""
161+
}
162+
]
163+
},
164+
{
165+
"title": "নেটওয়ার্ক (Network)",
166+
"items": [
167+
{
168+
"definition": "",
169+
"code": ""
170+
},
171+
{
172+
"definition": "",
173+
"code": ""
174+
}
175+
]
176+
},
177+
{
178+
"title": "ভলিউম (Volume)",
179+
"items": [
180+
{
181+
"definition": "",
182+
"code": ""
183+
},
184+
{
185+
"definition": "",
186+
"code": ""
187+
}
188+
]
189+
},
190+
{
191+
"title": "ডিভাইস (Devices)",
192+
"items": [
193+
{
194+
"definition": "",
195+
"code": ""
196+
},
197+
{
198+
"definition": "",
199+
"code": ""
200+
}
201+
]
202+
},
203+
{
204+
"title": "বাহ্যিক লিঙ্ক (External links)",
205+
"items": [
206+
{
207+
"definition": "",
208+
"code": ""
209+
},
210+
{
211+
"definition": "",
212+
"code": ""
213+
}
214+
]
215+
},
216+
{
217+
"title": "ব্যবহারকারী (User)",
10218
"items": [
11219
{
12220
"definition": "",

0 commit comments

Comments
 (0)