📅  最后修改于: 2022-03-11 14:56:22.784000             🧑  作者: Mango
# 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