1.修改挂载路径

This commit is contained in:
whm
2026-03-18 17:57:52 +08:00
parent 5492456148
commit c9d9224a68

View File

@@ -13,7 +13,8 @@ services:
container_name: yh_api
volumes:
- ./deploy/api:/app:ro
- ./server/.env:/app/.env:ro
env_file:
- ./server/.env
environment:
- PORT=8088
- MONGODB_URI=${MONGODB_URI:-mongodb://mongo:27017}