mirror of
https://github.com/henry4682/finance_app.git
synced 2026-07-16 00:10:00 +00:00
fix: change docker-compose.yml
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 11s
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 11s
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
container_name: finance-laravel-backend-postgres
|
||||
restart: always
|
||||
ports:
|
||||
- "5432:5432" # 🎯 把 5432 暴露給實體主機,這樣你本機的 pgAdmin 就能連進來了!
|
||||
- "5433:5432" # 🎯 把 5432 暴露給實體主機,這樣你本機的 pgAdmin 就能連進來了!
|
||||
environment:
|
||||
- POSTGRES_DB=myfinance
|
||||
- POSTGRES_USER=myfinance_henry4682
|
||||
|
||||
Reference in New Issue
Block a user