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
f097b9f8
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "f689bdf2cd7c1d136d2010f944d039110c8b4609"
Commit
f097b9f8
authored
Jan 26, 2024
by
Oli Schacher
Browse files
add missing OLLAMA_WEBUI_PORT override
parent
af34b101
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
run-compose.sh
run-compose.sh
+3
-0
No files found.
run-compose.sh
View file @
f097b9f8
...
@@ -181,6 +181,9 @@ else
...
@@ -181,6 +181,9 @@ else
DEFAULT_COMPOSE_COMMAND+
=
" -f docker-compose.data.yaml"
DEFAULT_COMPOSE_COMMAND+
=
" -f docker-compose.data.yaml"
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
export
OLLAMA_WEBUI_PORT
=
$webui_port
# Set OLLAMA_WEBUI_PORT environment variable
fi
DEFAULT_COMPOSE_COMMAND+
=
" up -d"
DEFAULT_COMPOSE_COMMAND+
=
" up -d"
DEFAULT_COMPOSE_COMMAND+
=
" --remove-orphans"
DEFAULT_COMPOSE_COMMAND+
=
" --remove-orphans"
DEFAULT_COMPOSE_COMMAND+
=
" --force-recreate"
DEFAULT_COMPOSE_COMMAND+
=
" --force-recreate"
...
...
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