Skip to content

Commit

Permalink
since we're starting katana in docker, it needs to run on addr 0.0.0.…
Browse files Browse the repository at this point in the history
…0 to be reached by reverse proxies such as traefik
  • Loading branch information
thiscaspar committed Dec 17, 2024
1 parent ed25562 commit a1b0525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/scripts/katana_start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
source /root/.bashrc
katana \
--http.addr 0.0.0.0 \
--invoke-max-steps 4294967295 \
--dev \
--dev.seed 0 \
Expand Down

0 comments on commit a1b0525

Please sign in to comment.