Мелочи по скриптам
This commit is contained in:
4
run.sh
4
run.sh
@@ -2,19 +2,19 @@
|
||||
|
||||
docker run \
|
||||
--pull=always \
|
||||
--rm \
|
||||
--detach \
|
||||
--volume ./.data/ollama:/root/.ollama \
|
||||
--publish 11434:11434 \
|
||||
--restart unless-stopped \
|
||||
--name ai-ollama \
|
||||
ollama/ollama
|
||||
|
||||
docker run \
|
||||
--pull=always \
|
||||
--rm \
|
||||
--detach \
|
||||
--volume ./.data/webui:/app/backend/data \
|
||||
--publish 9999:8080 \
|
||||
--restart unless-stopped \
|
||||
--add-host=host.docker.internal:host-gateway \
|
||||
--name ai-webui \
|
||||
ghcr.io/open-webui/open-webui:main
|
||||
|
||||
Reference in New Issue
Block a user