mirror of
				https://github.com/AbdBarho/stable-diffusion-webui-docker.git
				synced 2025-10-28 16:54:16 -04:00 
			
		
		
		
	Remove restart on failure (#41)
This commit is contained in:
		| @@ -8,7 +8,6 @@ services: | |||||||
|         # You can choose any commit sha from https://github.com/hlky/stable-diffusion/commits/main |         # 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. |         # USE AT YOUR OWN RISK! otherwise just leave it empty. | ||||||
|         WEBUI_SHA: |         WEBUI_SHA: | ||||||
|     restart: on-failure |  | ||||||
|     ports: |     ports: | ||||||
|       - "7860:7860" |       - "7860:7860" | ||||||
|     volumes: |     volumes: | ||||||
|   | |||||||
| @@ -3,7 +3,6 @@ version: '3.9' | |||||||
| services: | services: | ||||||
|   model: |   model: | ||||||
|     build: . |     build: . | ||||||
|     restart: on-failure |  | ||||||
|     ports: |     ports: | ||||||
|       - "7860:7860" |       - "7860:7860" | ||||||
|     volumes: |     volumes: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user