Change postgres port

This commit is contained in:
Jeff 2024-04-30 21:56:09 -04:00
parent 06fb6b50d0
commit c24cfa0b4c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
database:
image: postgres
ports:
- "0.0.0.0:5432:5432"
- "0.0.0.0:5433:5432"
environment:
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
POSTGRES_USER: postgres