Change port to 3011

This commit is contained in:
2026-08-26 23:47:51 +03:00
parent c37f7bb6ef
commit 99d6123f13
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ services:
PORT: 3000
DATABASE_URL: postgresql://${POSTGRES_USER:-car_service_app}:${POSTGRES_PASSWORD:-change-me-in-production}@car-service-db:5432/${POSTGRES_DB:-car_service}
ports:
- "${WEB_PORT:-3000}:3000"
- "${WEB_PORT:-3011}:3000"
depends_on:
car-service-db:
condition: service_healthy