From e19790c4c2e9aec1aeea13fbdfc0665ace7976f7 Mon Sep 17 00:00:00 2001 From: Danelle Cline Date: Mon, 22 Jan 2024 17:54:37 -0800 Subject: [PATCH] docs: minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7946c..26d6ada 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ curl -X POST "http://FastA-FastA-53HYPWCIRUXS-1905789853.us-west-2.elb.amazonaws To override the default model, you can mount a local directory to the container and set the MODEL_PATH environment variable. -For example, if you have a model in the directory `./models/best`, you can mount that directory to the container by adding +For example, if you have a model in the directory `./models/midwater102`, you can mount that directory to the container by adding the following to the `docker-compose.yml` file. ```yaml