Update docker-compose.yml

This commit is contained in:
yazan 2025-08-04 06:38:38 +00:00
parent 6edf0c3a4c
commit 509ff3ad27

View File

@ -40,7 +40,7 @@ services:
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
env_file: .env
ports:
- "8081:3000" # Let Docker assign a dynamic host port
- "8082:3000" # Let Docker assign a dynamic host port
networks:
- infinity-network