mirror of
				https://github.com/AbdBarho/stable-diffusion-webui-docker.git
				synced 2025-10-27 00:04:16 -04:00 
			
		
		
		
	Allow setting port through env WEBUI_PORT (#521)
I am actually not happy with this solution, I would prefer if it was possible to customize the ports within `docker-compose.override.yml`
This commit is contained in:
		| @@ -2,7 +2,7 @@ version: '3.9' | |||||||
|  |  | ||||||
| x-base_service: &base_service | x-base_service: &base_service | ||||||
|     ports: |     ports: | ||||||
|       - "7860:7860" |       - "${WEBUI_PORT:-7860}:7860" | ||||||
|     volumes: |     volumes: | ||||||
|       - &v1 ./data:/data |       - &v1 ./data:/data | ||||||
|       - &v2 ./output:/output |       - &v2 ./output:/output | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user