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

@@ -4,7 +4,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "5000:5000"
- "8087:8087"
volumes:
- ./locales:/app/locales
- ./example-config.ini:/etc/omnisearch/config.ini