Skip to content

Commit 4d9fc38

Browse files
authored
Remove restart on failure (AUTOMATIC1111#41)
1 parent bcee253 commit 4d9fc38

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ services:
88
# You can choose any commit sha from https://github.com/hlky/stable-diffusion/commits/main
99
# USE AT YOUR OWN RISK! otherwise just leave it empty.
1010
WEBUI_SHA:
11-
restart: on-failure
1211
ports:
1312
- "7860:7860"
1413
volumes:

lstein/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version: '3.9'
33
services:
44
model:
55
build: .
6-
restart: on-failure
76
ports:
87
- "7860:7860"
98
volumes:

0 commit comments

Comments
 (0)