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
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3001:3000"
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user