mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 12:11:19 +03:00
Fixed default port in docker entry point
This commit is contained in:
parent
463d8e8950
commit
40e1670314
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if [ $ENABLE_PERIODIC_VISIT_LOCATE ]; then
|
|||
fi
|
||||
|
||||
# RoadRunner config needs these to have been set, so falling back to default values if not set yet
|
||||
export PORT="${PORT:-"8765"}"
|
||||
export PORT="${PORT:-"8080"}"
|
||||
export WEB_WORKER_NUM="${WEB_WORKER_NUM:-"16"}"
|
||||
export TASK_WORKER_NUM="${TASK_WORKER_NUM:-"16"}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue