fix values
This commit is contained in:
@@ -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"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"${TS_CERT_DOMAIN}:443": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:7860"
|
||||
"Proxy": "http://127.0.0.1:17860"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user