Merge pull request #9 from mdiluz/mdiluz-patch-1

Update README.md
This commit is contained in:
Marc Di Luzio 2024-08-14 21:22:41 +01:00 committed by GitHub
commit 86a59ddaff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ An example for how to do this may look like this:
```bash ```bash
docker run -v --env-file=.env ./.matchy:/usr/src/app/.matchy ghcr.io/mdiluz/matchy:latest docker run -v --env-file=.env ./.matchy:/usr/src/app/.matchy ghcr.io/mdiluz/matchy:latest
``` ```
A (`docker-compose.yml`)[docker-compose.yml] file is also provided that essentially performs the above when used with `docker compose up --exit-code-from matchy`. A `MATCHY_DATA` envar can be used in conjunction with compose to set a custom local path for the location of the data file. A [`docker-compose.yml`](docker-compose.yml) file is also provided that essentially performs the above when used with `docker compose up --exit-code-from matchy`. A `MATCHY_DATA` envar can be used in conjunction with compose to set a custom local path for the location of the data file.
## TODO ## TODO
* Implement better tests to the discordy parts of the codebase * Implement better tests to the discordy parts of the codebase