mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-15 15:08:27 +02:00
Use port 9000
This commit is contained in:
parent
12ff102a21
commit
1ff9db3714
@ -15,7 +15,7 @@ services:
|
|||||||
stable-diffusion-ui:
|
stable-diffusion-ui:
|
||||||
container_name: sd-ui
|
container_name: sd-ui
|
||||||
ports:
|
ports:
|
||||||
- '9000:8000'
|
- '9000:9000'
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@ -24,15 +24,5 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- stability-ai
|
- stability-ai
|
||||||
|
|
||||||
stable-diffusion-old-port-redirect:
|
|
||||||
container_name: sd-old-port-redirect
|
|
||||||
ports:
|
|
||||||
- '8000:8000'
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: OldPortDockerfile
|
|
||||||
volumes:
|
|
||||||
- .:/app
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user