Update tailscale/config/serve.json

This commit is contained in:
peskyadmin 2025-04-08 18:46:36 -05:00
parent e5cf611aeb
commit 3920ba17c0

View File

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