update docker compose dev ports to expose mobile service on port 8081

This commit is contained in:
louiscklaw
2025-06-15 02:26:28 +08:00
parent c3c93fbde9
commit 48e90bca1b

View File

@@ -10,7 +10,7 @@ services:
mobile:
command: "sleep infinity"
ports:
- 3000:3000
- 8081:3000
cms_backend:
command: "sleep infinity"