Fix port conflict by using dynamic host port for webapp

This commit is contained in:
yznahmad 2025-06-20 02:44:39 +03:00
parent 750ef0398f
commit a85f4c0cdc

View File

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