chore: align dev compose web port with deployment defaults
Some checks failed
Build & Deploy Fiddy (SSH Compose) / build (push) Failing after 4m21s
Build & Deploy Fiddy (SSH Compose) / deploy (push) Has been skipped

This commit is contained in:
Nico 2026-02-23 00:33:14 -08:00
parent 1b0d5db504
commit 8b13de34fe

View File

@ -12,7 +12,7 @@ services:
- web_node_modules:/app/node_modules - web_node_modules:/app/node_modules
- web_next_cache:/app/apps/web/.next - web_next_cache:/app/apps/web/.next
ports: ports:
- "3000:3000" - "3010:3000"
restart: always restart: always
volumes: volumes: