We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0194b8 commit c0e4f6fCopy full SHA for c0e4f6f
docker-compose.yml
@@ -15,6 +15,7 @@ services:
15
- ./saves:/app/saves
16
- ./test:/app/test
17
- ./scripts:/app/scripts
18
+ - ./.env :/app/.env
19
- ${MODEL_DIR:-./models}:/models # 使用默认值处理未定义的环境变量
20
ports:
21
- "5050:5050"
0 commit comments