We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564490b commit f0999b2Copy full SHA for f0999b2
deployment/docker/compose.yml
@@ -66,7 +66,7 @@ services:
66
environment:
67
- MYSQL_ROOT_PASSWORD=root
68
expose:
69
- - "3306:3306"
+ - "3306"
70
networks:
71
- backend
72
@@ -77,7 +77,7 @@ services:
77
78
79
80
- - "3307:3306"
81
82
83
@@ -88,7 +88,7 @@ services:
88
89
90
91
- - "3308:3306"
92
93
94
0 commit comments