diff options
| author | cybardev <50134239+cybardev@users.noreply.github.com> | 2026-04-04 12:47:56 -0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-04 15:28:50 -0400 |
| commit | 7c5062dd0706c0d23d79c32fa0bcd59cb9018259 (patch) | |
| tree | 888ee18383593adc315980d865186d3069f45781 | |
| parent | 8cd861fd86bf013179736c700e7685e85e51c98a (diff) | |
| download | omnisearch-7c5062dd0706c0d23d79c32fa0bcd59cb9018259.tar.gz | |
fix: add locales and config to container
| -rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 716b3f9..2b53982 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,3 +5,6 @@ services: dockerfile: Dockerfile ports: - "5000:5000" + volumes: + - ./locales:/app/locales + - ./example-config.ini:/etc/omnisearch/config.ini |
