compose file port update

This commit is contained in:
Yared Yemane 2026-04-16 02:09:39 -07:00
parent ea55d9b371
commit d686bdf8bd

View File

@ -5,7 +5,7 @@ services:
container_name: yimaru-backend-postgres-1
image: postgres:16-alpine
ports:
- "5692:5422"
- "5592:5422"
environment:
- POSTGRES_PASSWORD=secret
- POSTGRES_USER=root