Skip to content

Commit d66dba1

Browse files
committed
docker-compose Ports cheat sheet add
1 parent 1b0dcc8 commit d66dba1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

data/docker-compose.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@
4545
]
4646
},
4747
{
48-
"title": "পোর্ট (Ports)",
48+
"title": "পোর্টস (Ports)",
4949
"items": [
5050
{
51-
"definition": "",
52-
"code": ""
51+
"code": "ports:\n - \"3000\"\n - \"8000:80\" # host:container\n"
5352
},
5453
{
55-
"definition": "",
56-
"code": ""
54+
"definition": "লিঙ্ক করা পরিষেবাগুলিতে পোর্টগুলি প্রকাশ করুন (হোস্ট করার জন্য নয়)",
55+
"code": "expose: [\"3000\"]"
5756
}
5857
]
5958
},

0 commit comments

Comments
 (0)