diff --git a/hosts/pd05wd/stable-diffusion/compose.yaml b/hosts/pd05wd/stable-diffusion/compose.yaml index f3a8919c0..dd3739224 100644 --- a/hosts/pd05wd/stable-diffusion/compose.yaml +++ b/hosts/pd05wd/stable-diffusion/compose.yaml @@ -19,7 +19,7 @@ services: restart: always volumes: - tailscale:/var/lib/tailscale - - ${PWD}/serve.json:/config/serve.json + - ./serve.json:/config/serve.json devices: - /dev/net/tun:/dev/net/tun @@ -41,13 +41,13 @@ services: - /var/run/docker.sock:/var/run/docker.sock stable-diffusion: - image: ghcr.io/ai-dock/stable-diffusion-webui:latest-cpu + image: ghcr.io/ai-dock/stable-diffusion-webui:latest-cuda container_name: stable-diffusion environment: - WEBUI_ARGS="--api --listen" - CF_QUICK_TUNNELS=false - WEB_ENABLE_AUTH=false - - PORT="7860" + - PORT="17860" - SUPERVISOR_NO_AUTOSTART=jupyter,syncthing labels: - "com.centurylinklabs.watchtower.scope=stable-diffusion" diff --git a/hosts/pd05wd/stable-diffusion/serve.json b/hosts/pd05wd/stable-diffusion/serve.json index 08d5864f3..b8868fefa 100644 --- a/hosts/pd05wd/stable-diffusion/serve.json +++ b/hosts/pd05wd/stable-diffusion/serve.json @@ -8,7 +8,7 @@ "${TS_CERT_DOMAIN}:443": { "Handlers": { "/": { - "Proxy": "http://127.0.0.1:7860" + "Proxy": "http://127.0.0.1:17860" } } }