mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
Update docker-compose.yml
This commit is contained in:
parent
16a0fb993f
commit
c5ba8926d5
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ x-base_service: &base_service
|
||||||
ports:
|
ports:
|
||||||
- "7860:7860"
|
- "7860:7860"
|
||||||
volumes:
|
volumes:
|
||||||
- &v1 ./data/:/data/
|
- &v1 ./data:/data
|
||||||
- &v2 ./output/:/output/
|
- &v2 ./output:/output
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue