Skip to content

Commit f0999b2

Browse files
fix: fixed incorrect port notation
1 parent 564490b commit f0999b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/docker/compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
environment:
6767
- MYSQL_ROOT_PASSWORD=root
6868
expose:
69-
- "3306:3306"
69+
- "3306"
7070
networks:
7171
- backend
7272

@@ -77,7 +77,7 @@ services:
7777
environment:
7878
- MYSQL_ROOT_PASSWORD=root
7979
expose:
80-
- "3307:3306"
80+
- "3306"
8181
networks:
8282
- backend
8383

@@ -88,7 +88,7 @@ services:
8888
environment:
8989
- MYSQL_ROOT_PASSWORD=root
9090
expose:
91-
- "3308:3306"
91+
- "3306"
9292
networks:
9393
- backend
9494

0 commit comments

Comments
 (0)