fix: preserve remote reverse proxy route

This commit is contained in:
Курнат Андрей
2026-07-14 22:59:24 +03:00
parent 5c4aecfe5f
commit 4c347ed425
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ services:
security_opt:
- no-new-privileges:true
ports:
- "127.0.0.1:8787:8787"
- "${TRADEBOT_BIND_ADDRESS:-127.0.0.1}:8787:8787"
volumes:
- ./.env:/app/.env:ro
- ./runtime:/app/runtime