diff --git a/docker-compose.yml b/docker-compose.yml index 214aa66c108..cf9a3b4e6dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/lstein/docker-compose.yml b/lstein/docker-compose.yml index 4f3c91853f9..20adc839b9f 100644 --- a/lstein/docker-compose.yml +++ b/lstein/docker-compose.yml @@ -3,7 +3,6 @@ version: '3.9' services: model: build: . - restart: on-failure ports: - "7860:7860" volumes: