25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Correct README for creating test docker MS SQL DB

This commit is contained in:
Stu Tomlinson 2022-12-12 16:04:18 +00:00
parent 758c87f564
commit ec6f5c17c8

View File

@ -21,7 +21,7 @@ The following commands will create the necessary login, user and database, will
```
docker exec ejabberd-mssql /opt/mssql-tools/bin/sqlcmd -U SA -P ejabberd_Test1 -S localhost -i /initdb_mssql.sql
docker exec ejabberd-mssql /opt/mssql-tools/bin/sqlcmd -U SA -P ejabberd_Test1 -S localhost -i /mssql.sql
docker exec ejabberd-mssql /opt/mssql-tools/bin/sqlcmd -U SA -P ejabberd_Test1 -S localhost -d ejabberd_test -i /mssql.sql
```
## Running tests