mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-11 00:22:04 -06:00
Fixed default port in docker entry point
This commit is contained in:
parent
463d8e8950
commit
40e1670314
@ -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…
Reference in New Issue
Block a user