fix values

This commit is contained in:
2025-01-26 20:44:24 -06:00
parent 82c13fe2f8
commit ac0a30457a
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -8,7 +8,7 @@
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:7860"
"Proxy": "http://127.0.0.1:17860"
}
}
}