summaryrefslogtreecommitdiff
path: root/start_ick
diff options
context:
space:
mode:
Diffstat (limited to 'start_ick')
-rwxr-xr-xstart_ick4
1 files changed, 2 insertions, 2 deletions
diff --git a/start_ick b/start_ick
index 8c9d50f..9939e01 100755
--- a/start_ick
+++ b/start_ick
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2017-2018 Lars Wirzenius
+# Copyright (C) 2017-2019 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -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