File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ services:
1212
1313 mysql :
1414 image : mysql:5.6.38
15+ platform : linux/amd64
1516 ports :
1617 - " 3306:3306"
1718 environment :
@@ -22,6 +23,7 @@ services:
2223
2324 postgresql :
2425 image : postgis/postgis:16-3.4-alpine
26+ platform : linux/amd64
2527 ports :
2628 - " 5432:5432"
2729 environment :
@@ -31,6 +33,7 @@ services:
3133
3234 oracle :
3335 image : gvenzl/oracle-xe:slim-faststart
36+ platform : linux/amd64
3437 ports :
3538 - " 1521:1521"
3639 environment :
@@ -41,6 +44,7 @@ services:
4144
4245 cubrid :
4346 image : cubrid/cubrid:11.3
47+ platform : linux/amd64
4448 ports :
4549 - " 33000:33000"
4650 - " 30000:30000"
@@ -57,11 +61,13 @@ services:
5761
5862 mongo :
5963 image : mongo:8.0.9
64+ platform : linux/amd64
6065 ports :
6166 - " 27017:27017"
6267
6368 db2 :
6469 image : ibmcom/db2:11.5.0.0
70+ platform : linux/amd64
6571 privileged : true
6672 ports :
6773 - " 50000:50000"
@@ -80,6 +86,7 @@ services:
8086
8187 sqlserver :
8288 image : mcr.microsoft.com/mssql/server:2017-latest-ubuntu
89+ platform : linux/amd64
8390 environment :
8491 - ACCEPT_EULA=Y
8592 - SA_PASSWORD=Password1!
@@ -94,6 +101,7 @@ services:
94101
95102 firebird :
96103 image : jacobalberty/firebird:v4
104+ platform : linux/amd64
97105 ports :
98106 - " 3050:3050"
99107 environment :
You can’t perform that action at this time.
0 commit comments