Setting to use SQL Server Developer Edition so there's no issue about any time bomb because of licensing or trial period.
This commit is contained in:
parent
df21bc84cb
commit
903b26d529
@ -170,6 +170,7 @@ services:
|
||||
environment:
|
||||
- SA_PASSWORD=Pass@word
|
||||
- ACCEPT_EULA=Y
|
||||
- MSSQL_PID=Developer
|
||||
ports:
|
||||
- "5433:1433"
|
||||
|
||||
|
@ -124,6 +124,7 @@ services:
|
||||
environment:
|
||||
- SA_PASSWORD=Pass@word
|
||||
- ACCEPT_EULA=Y
|
||||
- MSSQL_PID=Developer
|
||||
ports:
|
||||
- "5433:1433"
|
||||
|
||||
|
@ -97,7 +97,7 @@ services:
|
||||
- rabbitmq
|
||||
|
||||
sql.data:
|
||||
image: microsoft/mssql-server-linux
|
||||
image: microsoft/mssql-server-linux:latest
|
||||
|
||||
nosql.data:
|
||||
image: mongo
|
||||
|
@ -25,9 +25,11 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: sql-data
|
||||
image: microsoft/mssql-server-linux:rc2
|
||||
image: microsoft/mssql-server-linux:latest
|
||||
env:
|
||||
- name: ACCEPT_EULA
|
||||
value: "Y"
|
||||
- name: MSSQL_PID
|
||||
value: Developer
|
||||
- name: SA_PASSWORD
|
||||
value: Pass@word
|
||||
|
Loading…
x
Reference in New Issue
Block a user