1
0

Мелочи по скриптам

This commit is contained in:
2025-08-18 00:42:47 +08:00
parent 8c121efe1a
commit cf8c0cbc66
4 changed files with 5 additions and 4 deletions

4
run.sh
View File

@@ -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