移除 APP_PORT,更新 Docker Compose 配置

This commit is contained in:
2025-04-21 13:57:57 +08:00
parent 91ef0b0ac5
commit 806dca928f
5 changed files with 24 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ services:
- postgres
- redis
ports:
- ${APP_PORT}
- 8080:8080
env_file:
- ../../.env