mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 07:26:50 +00:00
fix: backend server docker instance only listen to localhost (#508)
This commit is contained in:
+1
-2
@@ -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