fix: backend server docker instance only listen to localhost (#508)

This commit is contained in:
Willem Jiang
2025-08-11 19:28:21 +08:00
committed by GitHub
parent a4d6171c17
commit ea17e82514
8 changed files with 15 additions and 9 deletions

View File

@@ -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: