Skip to content

Commit 1b0dcc8

Browse files
committed
docker-compose Commands cheat sheet add
1 parent d10f069 commit 1b0dcc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data/docker-compose.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"title": "কমান্ড (Commands)",
6262
"items": [
6363
{
64-
"definition": "",
65-
"code": ""
64+
"definition": "কমান্ড চালানোর আদেশ",
65+
"code": "command: bundle exec thin -p 3000\n command: [bundle, exec, thin, -p, 3000]"
6666
},
6767
{
68-
"definition": "",
69-
"code": ""
68+
"definition": "এন্ট্রিপয়েন্ট ওভাররাইড করুন",
69+
"code": "entrypoint: /app/start.sh\n entrypoint: [php, -d, vendor/bin/phpunit]"
7070
}
7171
]
7272
},

0 commit comments

Comments
 (0)