diff --git a/compose.yaml b/compose.yaml index 0675e5c..346b51c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ services: database: image: postgres:${POSTGRES_VERSION:-16}-alpine ports: - - "5432" + - "5432:5432" environment: POSTGRES_DB: ${POSTGRES_DB:-app} # You should definitely change the password in production