fix instances passed through env

This commit is contained in:
throwaway 2024-02-17 15:10:52 -08:00
parent d20f0fcf88
commit 2e4a14cf16
2 changed files with 8 additions and 3 deletions

View file

@ -177,6 +177,8 @@ any environment variables prefixed with `FOURGET_` will be added to the generate
the entrypoint will automatically set the `CAPTCHA_DATASET` value for you based on directory names and number of files in each
to set `INSTANCES` pass a comma separated string of urls (FOURGET_INSTANCES = "https://4get.ca,https://domain.tld")
```
version: "3.7"