fix: match container port binding to example config

This commit is contained in:
cybardev
2026-04-05 02:30:49 -03:00
committed by frosty
parent deb3c308b8
commit e0c209c974
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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