fix: change port mapping to 3001 to avoid conflict with miniapp-api
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ services:
|
|||||||
container_name: me-api
|
container_name: me-api
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3001:3000"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user