Updates for 3.0.0 part2

This commit is contained in:
henryruhs
2024-09-21 15:58:50 +02:00
parent 47f1870892
commit 1274236939
7 changed files with 65 additions and 15 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ services:
build:
context: .
dockerfile: Dockerfile.cpu
command: [ 'python', 'run.py' ]
command: [ 'python', 'facefusion.py', 'run' ]
volumes:
- .assets:/facefusion/.assets
- .caches:/facefusion/.caches
ports:
- 7870:7860
- 7865:7860