Мелочи по основным скриптам
This commit is contained in:
24
up
Executable file
24
up
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run \
|
||||
--pull=always \
|
||||
--rm \
|
||||
--detach \
|
||||
--volume ./.data/ollama:/root/.ollama \
|
||||
--publish 11434:11434 \
|
||||
--name ai-ollama \
|
||||
ollama/ollama
|
||||
|
||||
docker run \
|
||||
--pull=always \
|
||||
--rm \
|
||||
--detach \
|
||||
--volume ./.data/webui:/app/backend/data \
|
||||
--publish 9999:8080 \
|
||||
--add-host=host.docker.internal:host-gateway \
|
||||
--name ai-webui \
|
||||
ghcr.io/open-webui/open-webui:main
|
||||
|
||||
echo
|
||||
echo "Open WebUI acessible on address http://localhost:9999/"
|
||||
echo
|
||||
Reference in New Issue
Block a user