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:
|
||||
environment:
|
||||
- SA_PASSWORD=Pass@word
|
||||
- MSSQL_SA_PASSWORD=Pass@word
|
||||
- ACCEPT_EULA=Y
|
||||
ports:
|
||||
- "5433:1433"
|
||||
|
@ -2,7 +2,7 @@ version: '3.4'
|
||||
|
||||
services:
|
||||
sql-data-test:
|
||||
image: mcr.microsoft.com/azure-sql-edge:latest
|
||||
image: mcr.microsoft.com/azure-sql-edge:1.0.5
|
||||
|
||||
nosql-data-test:
|
||||
image: mongo
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
|
||||
sqldata:
|
||||
environment:
|
||||
- SA_PASSWORD=Pass@word
|
||||
- MSSQL_SA_PASSWORD=Pass@word
|
||||
- ACCEPT_EULA=Y
|
||||
ports:
|
||||
- "5433:1433"
|
||||
|
@ -173,7 +173,7 @@ services:
|
||||
|
||||
sqldata:
|
||||
environment:
|
||||
- SA_PASSWORD=Pass@word
|
||||
- MSSQL_SA_PASSWORD=Pass@word
|
||||
- ACCEPT_EULA=Y
|
||||
ports:
|
||||
- "5433:1433" # Important: In a production environment your should remove the external port
|
||||
|
@ -6,7 +6,7 @@ version: '3.4'
|
||||
|
||||
services:
|
||||
sqldata:
|
||||
image: mcr.microsoft.com/azure-sql-edge:latest
|
||||
image: mcr.microsoft.com/azure-sql-edge:1.0.5
|
||||
|
||||
nosqldata:
|
||||
image: mongo:windowsservercore
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
image: datalust/seq:latest
|
||||
|
||||
sqldata:
|
||||
image: mcr.microsoft.com/azure-sql-edge:latest
|
||||
image: mcr.microsoft.com/azure-sql-edge:1.0.5
|
||||
|
||||
nosqldata:
|
||||
image: mongo
|
||||
|
Loading…
x
Reference in New Issue
Block a user