fix: match container port binding to example config
This commit is contained in:
@@ -120,7 +120,7 @@ $ cd omnisearch
|
|||||||
$ docker compose up -d --build
|
$ docker compose up -d --build
|
||||||
```
|
```
|
||||||
|
|
||||||
By default it can be reached on port 5000.
|
By default it can be reached on port 8087.
|
||||||
|
|
||||||
## Customisation
|
## Customisation
|
||||||
To make your own changes while still being able to receive upstream updates:
|
To make your own changes while still being able to receive upstream updates:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "8087:8087"
|
||||||
volumes:
|
volumes:
|
||||||
- ./locales:/app/locales
|
- ./locales:/app/locales
|
||||||
- ./example-config.ini:/etc/omnisearch/config.ini
|
- ./example-config.ini:/etc/omnisearch/config.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user