mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
add restart variable and set to always
This commit is contained in:
parent
7298b683db
commit
8110adacb2
|
|
@ -13,6 +13,7 @@ x-base_service: &base_service
|
|||
- &v2 ./output:/output
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
restart: always
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
@ -50,6 +51,7 @@ services:
|
|||
profiles: ["comfy"]
|
||||
build: ./services/comfy/
|
||||
image: sd-comfy:7
|
||||
restart: always
|
||||
environment:
|
||||
- CLI_ARGS=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue