feat: add tty flag for Gradio to start properly

This commit is contained in:
2025-11-13 06:18:58 +01:00
parent 0b43299ffd
commit f71b150263

View File

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