Skip to content

Commit

Permalink
Remove restart on failure (AUTOMATIC1111#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Sep 7, 2022
1 parent bcee253 commit 4d9fc38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion lstein/docker-compose.yml
Expand Up @@ -3,7 +3,6 @@ version: '3.9'
services:
model:
build: .
restart: on-failure
ports:
- "7860:7860"
volumes:
Expand Down

0 comments on commit 4d9fc38

Please sign in to comment.