fix: change port mapping to 3001 to avoid conflict with miniapp-api

This commit is contained in:
Superuser
2026-05-18 21:05:30 +08:00
parent c4ee6886b1
commit fe49c9917b
+1 -1
View File
@@ -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: