mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-17 19:44:45 +08:00
fix: backend server docker instance only listen to localhost (#508)
This commit is contained in:
@@ -4,8 +4,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: deer-flow-backend
|
||||
ports:
|
||||
- "8000:8000"
|
||||
# Remove the ports section to not expose to host
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user