change network
Some checks failed
lint-test-docker / docker-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-25 23:14:33 -05:00
parent 0a003b466c
commit 82cd6e1f26
2 changed files with 6 additions and 5 deletions

View File

@@ -17,28 +17,28 @@
"${TS_CERT_DOMAIN}:3900": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3900"
"Proxy": "http://garage:3900"
}
}
},
"${TS_CERT_DOMAIN}:3901": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3901"
"Proxy": "http://garage:3901"
}
}
},
"${TS_CERT_DOMAIN}:3902": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3902"
"Proxy": "http://garage:3902"
}
}
},
"${TS_CERT_DOMAIN}:3903": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3903"
"Proxy": "http://garage3903"
}
}
}