文章
docker 运行open-webui
浏览: 124评论: 0发布时间: 2025-11-25
docker run -itd \
-p 3031:8080 \
--add-host=host.docker.internal:host-gateway \
-v open-webui:/app/backend/data \
--name open-webui \
--restart always ghcr.io/open-webui/open-webui:main 文章
docker run -itd \
-p 3031:8080 \
--add-host=host.docker.internal:host-gateway \
-v open-webui:/app/backend/data \
--name open-webui \
--restart always ghcr.io/open-webui/open-webui:main