修复Docker端口冲突为5433,添加.env配置,后端启动并通过健康检查
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ SERVER_PORT=8080
|
||||
GIN_MODE=debug
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_PORT=5433
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_NAME=kefu_sys
|
||||
|
||||
Reference in New Issue
Block a user