File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ docker run -d --name klokantech-osmnames-sphinxsearch \
71
71
klokantech/osmnames-sphinxsearch
72
72
```
73
73
74
- This file will be indexed on the first run, or if index files are missing.
74
+ This file will be indexed on the first run or if index files are missing.
75
+
75
76
You can specify path for index folder as well:
76
77
77
78
```
@@ -82,7 +83,7 @@ docker run -d --name klokantech-osmnames-sphinxsearch \
82
83
klokantech/osmnames-sphinxsearch
83
84
```
84
85
85
- You can attach your path with the following folder structure directly with easier command :
86
+ You can attach your path with the following folder structure:
86
87
87
88
```
88
89
/path/to/folder/
@@ -91,9 +92,8 @@ You can attach your path with the following folder structure directly with easie
91
92
- index/
92
93
```
93
94
95
+ directly with simple command:
96
+
94
97
```
95
- docker run -d --name klokantech-osmnames-sphinxsearch \
96
- -v /path/to/folder/:/data/ \
97
- -p 80:80 \
98
- klokantech/osmnames-sphinxsearch
98
+ docker run -d -v /path/to/folder/:/data/ -p 80:80 klokantech/osmnames-sphinxsearch
99
99
```
You can’t perform that action at this time.
0 commit comments