mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 08:34:21 +01:00
Remove restart on failure
This commit is contained in:
parent
bcee253fe0
commit
0a3e3fd2b8
|
|
@ -8,7 +8,6 @@ services:
|
||||||
# You can choose any commit sha from https://github.com/hlky/stable-diffusion/commits/main
|
# You can choose any commit sha from https://github.com/hlky/stable-diffusion/commits/main
|
||||||
# USE AT YOUR OWN RISK! otherwise just leave it empty.
|
# USE AT YOUR OWN RISK! otherwise just leave it empty.
|
||||||
WEBUI_SHA:
|
WEBUI_SHA:
|
||||||
restart: on-failure
|
|
||||||
ports:
|
ports:
|
||||||
- "7860:7860"
|
- "7860:7860"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue