use fixed sqledge version (#9)
* trying to throw everything at the problem * use 1.0.5 and MSSQL_SA_PASSWORD
This commit is contained in:
parent
d20e9ea3b6
commit
2ad9ec2a92
@ -12,7 +12,7 @@ services:
|
|||||||
|
|
||||||
sql-data-test:
|
sql-data-test:
|
||||||
environment:
|
environment:
|
||||||
- SA_PASSWORD=Pass@word
|
- MSSQL_SA_PASSWORD=Pass@word
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
ports:
|
ports:
|
||||||
- "5433:1433"
|
- "5433:1433"
|
||||||
|
@ -2,7 +2,7 @@ version: '3.4'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
sql-data-test:
|
sql-data-test:
|
||||||
image: mcr.microsoft.com/azure-sql-edge:latest
|
image: mcr.microsoft.com/azure-sql-edge:1.0.5
|
||||||
|
|
||||||
nosql-data-test:
|
nosql-data-test:
|
||||||
image: mongo
|
image: mongo
|
||||||
|
@ -15,7 +15,7 @@ services:
|
|||||||
|
|
||||||
sqldata:
|
sqldata:
|
||||||
environment:
|
environment:
|
||||||
- SA_PASSWORD=Pass@word
|
- MSSQL_SA_PASSWORD=Pass@word
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
ports:
|
ports:
|
||||||
- "5433:1433"
|
- "5433:1433"
|
||||||
|
@ -173,7 +173,7 @@ services:
|
|||||||
|
|
||||||
sqldata:
|
sqldata:
|
||||||
environment:
|
environment:
|
||||||
- SA_PASSWORD=Pass@word
|
- MSSQL_SA_PASSWORD=Pass@word
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
ports:
|
ports:
|
||||||
- "5433:1433" # Important: In a production environment your should remove the external port
|
- "5433:1433" # Important: In a production environment your should remove the external port
|
||||||
|
@ -6,7 +6,7 @@ version: '3.4'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
sqldata:
|
sqldata:
|
||||||
image: mcr.microsoft.com/azure-sql-edge:latest
|
image: mcr.microsoft.com/azure-sql-edge:1.0.5
|
||||||
|
|
||||||
nosqldata:
|
nosqldata:
|
||||||
image: mongo:windowsservercore
|
image: mongo:windowsservercore
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
image: datalust/seq:latest
|
image: datalust/seq:latest
|
||||||
|
|
||||||
sqldata:
|
sqldata:
|
||||||
image: mcr.microsoft.com/azure-sql-edge:latest
|
image: mcr.microsoft.com/azure-sql-edge:1.0.5
|
||||||
|
|
||||||
nosqldata:
|
nosqldata:
|
||||||
image: mongo
|
image: mongo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user