From efdc8124d904cd1ab8a40843ba23416cc5de5aea Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jul 2019 19:42:18 +0300 Subject: Change: port numbers --- start_ick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start_ick') diff --git a/start_ick b/start_ick index 8c9d50f..19295ff 100755 --- a/start_ick +++ b/start_ick @@ -26,7 +26,7 @@ else fi gunicorn3 \ - --bind 127.0.0.1:12765 \ + --bind 127.0.0.1:3333 \ --log-file "$GUNICORN_LOG" \ --log-level debug \ ick_controller:app -- cgit v1.2.1