fix(docker-compose): Development port revert back to 5000

This commit is contained in:
shiva raj badu 2025-07-12 00:05:19 +05:45
parent 02c0a87c20
commit 8a683306b8

View file

@ -55,7 +55,7 @@ services:
context: .
dockerfile: Dockerfile.dev
ports:
- "2000:80"
- "5000:80"
- "3000:3000"
- "8000:8000"
volumes: