fix: Optimized NAS volumes to prevent overwriting static assets
This commit is contained in:
parent
8baf0f0d4c
commit
ad9586b7fb
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ services:
|
|||
ports:
|
||||
- "8558:8888"
|
||||
volumes:
|
||||
- ./static:/app/static
|
||||
- ./static/generated:/app/static/generated
|
||||
- ./static/uploads:/app/static/uploads
|
||||
- ./prompts.json:/app/prompts.json
|
||||
- ./user_prompts.json:/app/user_prompts.json
|
||||
- ./gallery_favorites.json:/app/gallery_favorites.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue