Update production ports to 7600 (frontend) and 7601 (backend) in compose and example env
Build and Push Multi-Platform Images / build-and-push (push) Successful in 11s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 11s
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
# =============================================================================
|
||||
|
||||
# --- Ports ---
|
||||
BACKEND_PORT=3100
|
||||
FRONTEND_PORT=8080
|
||||
BACKEND_PORT=7601
|
||||
FRONTEND_PORT=7600
|
||||
|
||||
# --- MySQL Datenbank (extern) ---
|
||||
DB_HOST=192.168.1.x
|
||||
|
||||
Reference in New Issue
Block a user