Skip to content

sphinxsearch docker image based on bionic with mssql

License

Notifications You must be signed in to change notification settings

microdevops-com/docker-sphinxsearch-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-sphinxsearch-mssql

sphinxsearch docker image based on bionic with mssql

sphinx.conf example

...
source source_name
{
	type			= odbc

	sql_host		= 1.2.3.4
	sql_user		= sa
	sql_pass		= password
	sql_db			= db
	sql_port		= 1433
	odbc_dsn = DSN=db;Driver={/etc/odbc.ini};Uid=sa;Pwd=password;Database=db
}
...

odbc.ini example (linked to sphinx conf volume)

[db]
Driver = ODBC Driver 17 for SQL Server  
Server = tcp:1.2.3.4,1433

About

sphinxsearch docker image based on bionic with mssql

Topics

Resources

License

Stars

Watchers

Forks