Added Docker support for the Indexer

This commit is contained in:
2025-06-15 13:56:55 +02:00
parent d95c1c57bb
commit 7d566cd921
8 changed files with 91 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"Kestrel":{
"Endpoints": {
"http":{
"Url": "http://localhost:5146"
"Url": "http://0.0.0.0:5146"
}
}
},