fix conflict hostname between ts and front for TA

This commit is contained in:
2024-06-18 20:49:22 +01:00
parent 0e3efd87fe
commit aa06679bc9
2 changed files with 3 additions and 3 deletions

View File

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