Skip to content

Commit b259d4b

Browse files
committed
Fixed the same in docker compose
1 parent 2b35670 commit b259d4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

db/testing/docker/mssql/docker-compose.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ services:
1515
MSSQL_PID: Developer
1616
MSSQL_TCP_PORT: 1433
1717
MSSQL_COLLATION: SQL_Latin1_General_CP1_CI_AS
18-
MSSQL_DB: perfkit_db_ci
19-
MSSQL_USER: perfkit_db_runner
20-
MSSQL_PASSWORD: MyP@ssw0rd123 # example value of a secret compliant with MS SQL Server password policy
2118
MSSQL_DATA_DIR: /var/opt/mssql/data
2219
MSSQL_LOG_DIR: /var/opt/mssql/log
2320
MSSQL_BACKUP_DIR: /var/opt/mssql/backup

0 commit comments

Comments
 (0)