📜  docker db instance workbench 连接 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:22.784000             🧑  作者: Mango

代码示例1
# For MySQL, you should open container ports for connection. 
-p 3306:3306  # add this part for cli commands
# for yaml files add the part below
ports:
  - 3306:3306