ci: newest SQL Serevr 2019 image and rm deprecated env `SA_PASSWORD`
This commit is contained in:
parent
35ab1c0190
commit
1b2cf6d421
|
@ -9,6 +9,6 @@ DYNAMO_TAG=1.21.0
|
||||||
CASSANDRA_TAG=3.11.6
|
CASSANDRA_TAG=3.11.6
|
||||||
|
|
||||||
MS_IMAGE_ADDR=mcr.microsoft.com/mssql/server
|
MS_IMAGE_ADDR=mcr.microsoft.com/mssql/server
|
||||||
SQLSERVER_TAG=2019-CU11-ubuntu-20.04
|
SQLSERVER_TAG=2019-CU19-ubuntu-20.04
|
||||||
|
|
||||||
TARGET=emqx/emqx
|
TARGET=emqx/emqx
|
||||||
|
|
|
@ -11,7 +11,7 @@ services:
|
||||||
# See also:
|
# See also:
|
||||||
# https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables
|
# https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables
|
||||||
ACCEPT_EULA: "Y"
|
ACCEPT_EULA: "Y"
|
||||||
SA_PASSWORD: "mqtt_public"
|
MSSQL_SA_PASSWORD: "mqtt_public"
|
||||||
restart: always
|
restart: always
|
||||||
# ports:
|
# ports:
|
||||||
# - "1433:1433"
|
# - "1433:1433"
|
||||||
|
|
Loading…
Reference in New Issue