Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
4fe47f43
Unverified
Commit
4fe47f43
authored
Mar 01, 2024
by
jmtatsch
Committed by
GitHub
Mar 01, 2024
Browse files
Update run-compose.sh
fix webui port not being effective
parent
5745b9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run-compose.sh
run-compose.sh
+1
-1
No files found.
run-compose.sh
View file @
4fe47f43
...
@@ -182,7 +182,7 @@ else
...
@@ -182,7 +182,7 @@ else
export
OLLAMA_DATA_DIR
=
$data_dir
# Set OLLAMA_DATA_DIR environment variable
export
OLLAMA_DATA_DIR
=
$data_dir
# Set OLLAMA_DATA_DIR environment variable
fi
fi
if
[[
-n
$webui_port
]]
;
then
if
[[
-n
$webui_port
]]
;
then
export
O
LLAMA
_WEBUI_PORT
=
$webui_port
# Set O
LLAMA
_WEBUI_PORT environment variable
export
O
PEN
_WEBUI_PORT
=
$webui_port
# Set O
PEN
_WEBUI_PORT environment variable
fi
fi
DEFAULT_COMPOSE_COMMAND+
=
" up -d"
DEFAULT_COMPOSE_COMMAND+
=
" up -d"
DEFAULT_COMPOSE_COMMAND+
=
" --remove-orphans"
DEFAULT_COMPOSE_COMMAND+
=
" --remove-orphans"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment