mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #69] 使用Docker Compose构建的DeepClaude无法进入配置页面 #46
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlterGu on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/69
如图所示,使用
docker compose构建的DeepClaude无法访问Readme中的配置页面。@ErlichLiu commented on GitHub (Mar 4, 2025):
@AlterGu 确定你的 docker 的端口以及映射设置,截图看你的端口是 18000,我们默认的端口是 8000
@AlterGu commented on GitHub (Mar 4, 2025):
你好,
在docker-compose中映射了本地端口
18000@ErlichLiu commented on GitHub (Mar 4, 2025):
@AlterGu 你可以试试看 docker compose 的实时 log,重新启动,然后自己调试看看
@ErlichLiu commented on GitHub (Mar 4, 2025):
如果不行的话,这个也不需要配置 env,也可以直接 docker 直接启动一下,可能更直观
@AlterGu commented on GitHub (Mar 4, 2025):
谢谢,可以了,重新拉取了镜像