update docker compose dev ports to expose mobile service on port 8081
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user