File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
mysql :
5
5
image : ' mysql/mysql-server:latest'
6
6
ports :
7
- - " 9910:3306"
7
+ - " 127.0.0.1: 9910:3306"
8
8
environment :
9
9
- MYSQL_DATABASE=gorm
10
10
- MYSQL_USER=gorm
@@ -13,7 +13,7 @@ services:
13
13
postgres :
14
14
image : ' postgres:latest'
15
15
ports :
16
- - " 9920:5432"
16
+ - " 127.0.0.1: 9920:5432"
17
17
environment :
18
18
- TZ=Asia/Shanghai
19
19
- POSTGRES_DB=gorm
@@ -22,7 +22,7 @@ services:
22
22
mssql :
23
23
image : ' ${MSSQL_IMAGE:-mcmoe/mssqldocker}:latest'
24
24
ports :
25
- - " 9930:1433"
25
+ - " 127.0.0.1: 9930:1433"
26
26
environment :
27
27
- TZ=Asia/Shanghai
28
28
- ACCEPT_EULA=Y
@@ -33,5 +33,5 @@ services:
33
33
tidb :
34
34
image : ' pingcap/tidb:v6.5.0'
35
35
ports :
36
- - " 9940:4000"
36
+ - " 127.0.0.1: 9940:4000"
37
37
command : /tidb-server -store unistore -path "" -lease 0s > tidb.log 2>&1 &
You can’t perform that action at this time.
0 commit comments