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: mobile:
command: "sleep infinity" command: "sleep infinity"
ports: ports:
- 3000:3000 - 8081:3000
cms_backend: cms_backend:
command: "sleep infinity" command: "sleep infinity"