fix: add command with -u flag to start Facefusion

This commit is contained in:
2025-11-13 06:01:09 +01:00
parent c2d25dde59
commit 8f406f62c1

View File

@@ -161,6 +161,7 @@ services:
image: ${AI_FACEFUSION_IMAGE:-facefusion/facefusion:3.5.0-cpu}
container_name: ${AI_COMPOSE_PROJECT_NAME}_facefusion
restart: unless-stopped
command: ['python', '-u', 'facefusion.py', 'run']
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
GRADIO_SERVER_NAME: "0.0.0.0"