1
0

Корректировки по README и мелочи

This commit is contained in:
2025-08-17 01:17:30 +08:00
parent 3ad42bf92a
commit 8c121efe1a
5 changed files with 19 additions and 12 deletions

2
run.sh
View File

@@ -1,6 +1,7 @@
#!/bin/bash
docker run \
--pull=always \
--detach \
--volume ./.data/ollama:/root/.ollama \
--publish 11434:11434 \
@@ -9,6 +10,7 @@ docker run \
ollama/ollama
docker run \
--pull=always \
--detach \
--volume ./.data/webui:/app/backend/data \
--publish 9999:8080 \