结构修改

This commit is contained in:
renzhiyuan 2025-09-28 10:20:22 +08:00
parent 8900ea6fbd
commit 7c52ce8c2f
1 changed files with 3 additions and 1 deletions

View File

@ -17,4 +17,6 @@ docker run -itd \
--restart=always \
-e "OLLAMA_BASE_URL=${OLLAMA_BASE_URL:-http://host.docker.internal:11434}" \
-p 8090:8090 \
"${CONTAINER_NAME}"
"${CONTAINER_NAME}"
docker logs -f ${CONTAINER_NAME}