mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 02:45:05 +08:00
Added volumes for outputs, extensions, embeddings and configs so that they are persisted across restarts
This commit is contained in:
parent
d150bd0886
commit
3335f4ad0e
12
compose.yml
12
compose.yml
@ -5,6 +5,18 @@ services:
|
||||
- type: bind
|
||||
source: ./models
|
||||
target: /webui/models
|
||||
- type: bind
|
||||
source: ./outputs
|
||||
target: /webui/outputs
|
||||
- type: bind
|
||||
source: ./extensions
|
||||
target: /webui/extensions
|
||||
- type: bind
|
||||
source: ./embeddings
|
||||
target: /webui/embeddings
|
||||
- type: bind
|
||||
source: ./configs
|
||||
target: /webui/configs
|
||||
ports:
|
||||
- 7860:7860
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user