aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcybardev <50134239+cybardev@users.noreply.github.com>2026-04-05 02:30:49 -0300
committerfrosty <gabriel@bwaaa.monster>2026-04-05 11:24:58 -0400
commite0c209c974b130a5e893c7d7b3d342f4ec325c8d (patch)
treecdc5fc8e4819cc34513f3433f6bbe3810ed6b455
parentdeb3c308b847558a7c7537f9b07ea2f95c75b012 (diff)
downloadomnisearch-e0c209c974b130a5e893c7d7b3d342f4ec325c8d.tar.gz
fix: match container port binding to example configHEADmasterindev
-rw-r--r--README.md2
-rw-r--r--docker-compose.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a05c227..00f2173 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ $ cd omnisearch
$ docker compose up -d --build
```
-By default it can be reached on port 5000.
+By default it can be reached on port 8087.
## Customisation
To make your own changes while still being able to receive upstream updates:
diff --git a/docker-compose.yml b/docker-compose.yml
index 2b53982..249ae6a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,7 +4,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- - "5000:5000"
+ - "8087:8087"
volumes:
- ./locales:/app/locales
- ./example-config.ini:/etc/omnisearch/config.ini