You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By declaring environment variables for a Docker image, you also always have to provide a default value (which is set to 9682 as an example here). The Unipept Desktop app overwrites this value when setting up a new container, and this is expected to be overwritten by the user as well (by setting a Docker environment variable through the command line).
If the user decides not to do this, the default value is used and can be seen as an example.
The database Dockerfile hardcodes the TAXA filter to a single value: https://github.com/unipept/docker-images/blob/79bb532058e23f48fc8492811e51c37802525004/unipept-database/Dockerfile#L87C21-L87C21
Why was this done?
The text was updated successfully, but these errors were encountered: