Update service ports in documentation and configuration files to 12000 for backend
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
# Backend API proxy
|
||||
upstream backend {
|
||||
server 127.0.0.1:8000;
|
||||
server 127.0.0.1:12000;
|
||||
}
|
||||
|
||||
# Frontend proxy
|
||||
|
||||
Reference in New Issue
Block a user