Skip to content

Commit

Permalink
Fix: Add --host to annif run (#788)
Browse files Browse the repository at this point in the history
So that tutorial for web ui (https://github.com/NatLibFi/Annif-tutorial/blob/master/transcripts/web-ui.md) can be followed for docker installations.
  • Loading branch information
dwinston committed May 21, 2024
1 parent ebfec9d commit 87b719d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions annif/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ def run_eval(


@cli.command("run")
@click.option("--host", type=str, default="127.0.0.1")
@click.option("--port", type=int, default=5000)
@click.option("--log-level")
@click_log.simple_verbosity_option(logger, default="ERROR")
Expand Down

0 comments on commit 87b719d

Please sign in to comment.