From 7c52ce8c2f60452610c94f62f7216bc26a34eefc Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Sun, 28 Sep 2025 10:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 1736eeb..2f1030f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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}" \ No newline at end of file + "${CONTAINER_NAME}" + +docker logs -f ${CONTAINER_NAME} \ No newline at end of file