Update service ports in documentation and configuration files to 12000 for backend

This commit is contained in:
2026-04-27 21:35:35 +02:00
parent 8f4d01d34d
commit 80999b3659
5 changed files with 23 additions and 33 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Backend API proxy
upstream backend {
server 127.0.0.1:8000;
server 127.0.0.1:12000;
}
# Frontend proxy