Remove restart on failure (#41)

This commit is contained in:
AbdBarho 2022-09-07 22:38:02 +02:00 committed by GitHub
parent bcee253fe0
commit 4d9fc381bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ services:
# 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.
WEBUI_SHA:
restart: on-failure
ports:
- "7860:7860"
volumes:

View File

@ -3,7 +3,6 @@ version: '3.9'
services:
model:
build: .
restart: on-failure
ports:
- "7860:7860"
volumes: